Why doesn't the variable value change to the offline string? Find the error and fix it.
Declaring variables
let or const
Report a typo
Write a program in JavaScript
// сhange the code below
const status = "online";
status = "offline";
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.