Is there anything wrong with my code;
console.log("Vegetarian pizza");
console.log("The Holy Bible");
I can’t progress to the next stage. I can hardly figure out what is wrong with the code.
I’m currently learning to print values to console
The instructions are to use;
1.console.log to log favorite pizza topping to the console.
2.log favorite book or movie.