📅  最后修改于: 2022-03-11 15:02:11.801000             🧑  作者: Mango
//object in table
console.table({
firstname: "Kinjal",
lastname: "Suryavanshi"
});
//array in table
console.table(['graps','apple','orange']);