Add and/or remove the unnecessary comments to print the following string: four.
Comments
Uncomment a line
Report a typo
Write a program in JavaScript
console.log("one");
// console.log("One");
/* console.log("two");
console.log("two.");
console.log("three");
//console.log("four");
console.log("Four!");*/
console.log("4");
___
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.