Uitdaging: Schrijf een Multi-Line Opmerking
Taak
Commentaar op regels 3 tot 10 van de code, vervang de ___
door de juiste syntaxis voor een meerregelig commentaar.
console.log("Hello, world!"); console.log("Welcome to the console!"); ___ console.log("I'm awesome!"); console.log("Today is a great day!"); console.log("The quick brown fox jumps over the lazy dog."); console.log("JavaScript is the language of the web."); console.log("Bananas are berries, but strawberries aren't."); console.log("Coding is my passion!"); ___ console.log("Don't forget to stay hydrated!");
Bedankt voor je feedback!