● 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