1.
What is the primary purpose of console.log() in JavaScript?
2.
How is console.log() used to display variable values in the console?
3.
What type of information can be logged using console.log() in JavaScript?
4.
How does console.log() affect the performance of a webpage?
5.
What does console.log() output when logging an undefined variable?
6.
How can you log multiple values or messages using console.log()?
7.
What is the purpose of using console.log() for debugging JavaScript code?
8.
Which statement accurately describes the behavior of console.log() in JavaScript?
9.
How can you include JavaScript expressions in console.log() messages?
10.
How does console.log() handle logging complex data structures like objects or arrays?