beginner
Basic Variables
Create and use variables to store different data types
📝 Contenu du Prompt
Create JavaScript variables to store the following data: a string with your name, a number representing your age, and a boolean indicating if you like programming. Print each variable to the console with a descriptive message.