What will the console print?
const hobby = "programming"; hobby = "singing"; console.log(hobby);
singing
programming
error
hobby
Create a free account to access the full topic