● when I run the code, i show that messahe: "Test suite failed to run ReferenceError: isWatcherEnabled is not defined"

let welcomeMessage = "Hello!";
let codingSchedule = "24/7";
let IsWatcherEnabled = true;
let Salary = 300000;

-- I write this --
console.log(welcomeMessage);
console.log(codingSchedule);
console.log(IsWatcherEnabled);
console.log(Salary);

please help me.. thank you

    4 days later
    13 days later
    25 days later

    Hi Coderslang_Master

    I could not finish with task 83. I really don't know what to do.

    Please see the attached !

    4 months later

    Здравствуйте.
    При проверке задачи пишет такое сообщение: "Test suite failed to run ReferenceError: isWatcherEnabled is not defined"

    let welcomeMessage = "Hello!";
    let codingSchedule = "24/7";
    let isWatcherEnabled = true;
    let salary = 300000;

    Запуск кода проходит успешно. Наличие "с" английской проверял

      10 days later
      Write a Reply...