JavaScript Foundation Question 6

Last Updated :
Discuss
Comments

What happens when we console.log() a variable?

It debugs the entire code

The log will go inside the variable, extract their information and show it on the console.

It creates a memory block in system

It is used to delete the variable's block of memory

Share your thoughts in the comments