Welcome to JavaScript! Let's start by creating variables to store data. Variables are containers for values.
name and set it to "Alice"greeting using const that contains the string "Hello, " (note the space)message that combines the greeting with the name using the + operator"Hello, Alice!"Submit your code to see test results