//object in table console.table({ firstname: "Kinjal", lastname: "Suryavanshi" }); //array in table console.table(['graps','apple','orange']);