@Coderslang_Master
Trust you're doing great.
I have my solution as below, and the extension environment still returning failed.
let welcomeMessage = "Hello!";
let codingSchedule = "24/7";
let isWatcherEnabled = true;
let salary = 300000;
console.log (welcomeMessage);
console.log (codingSchedule);
console.log (isWatcherEnabled);
console.log (salary);
Could it be the result of my first try attempt won't change even when I have corrected the error?
Kindly help out.