How many lines does the code print to the console in total?
console.log("When the snow flies in my face,");
console.log("I brush it away;");
console.log("");
console.log("when my heart exclaims in my breast,");
console.log("I sing bright and cheery.");Empty lines also count!