Comments

Report a typo

Comment unnecessary lines of code to make sure that the result of the output is as follows:

A cat
says
meow
Write a program in JavaScript
console.log("A dog");
console.log("A cat");
console.log("says");
console.log("quack-quack");
console.log("woof");
console.log("meow");
___

Create a free account to access the full topic