Refactoring

Report a typo

Rewrite the following code in a shorter way:

console.log("I");
console.log();
console.log("know");
console.log();
console.log("JavaScript");

Be careful, there should be no spaces in your script.

Empty lines are also lines
Write a program in JavaScript
// write your code here
___

Create a free account to access the full topic