Time to write code yourself. Create a new JavaScript file and write code that:
Declares a variable called greeting with the value "Hello, World!"
Logs the greeting to the console
Logs your name to the console
Run your code and verify the output appears in the browser console. This exercise confirms your environment works correctly.