How many empty line(s) will the code below print? The answer must be a number, not a word.
console.log("hello");
console.log("");
console.log("...");
console.log("bye");How many empty line(s) will the code below print? The answer must be a number, not a word.
console.log("hello");
console.log("");
console.log("...");
console.log("bye");Create a free account to access the full topic