Is there a way to console.log everything using a single line of code in JavaScript?

后端 未结 0 462
北恋
北恋 2020-12-05 17:24

What I am trying to do is print a bunch of stuff using console.log.

let country = "India";
let continent = "Asian";
let population = "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题