Declare a String Variable
Create a variable named
greeting
and assign it the string value Hello world
using either single or double quotes.
JavaScript
Console