Answer
JavaScript testПервый console.log() выведет:
Value of the first variable20.
Второй console.log() выведет:
Value of the first variable20.
Третий console.log() выведет:
Uncaught ReferenceError: value2 is not defined at main.js:7.

Первый console.log() выведет:
Value of the first variable20.
Второй console.log() выведет:
Value of the first variable20.
Третий console.log() выведет:
Uncaught ReferenceError: value2 is not defined at main.js:7.
