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
This question is part of this quiz :
Variables and Data Types