let or const

Report a typo

Why doesn't the variable value change to the offline string? Find the error and fix it.

Write a program in JavaScript
// сhange the code below
const status = "online";
status = "offline";
___

Create a free account to access the full topic