Answer

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.
Вывод в консоли


Report Page