Create a Greeting with Template Literals
Given the variable
name
, use a template literal to create a greeting string in the format "Hello, [name]". Assign this string to the variable greeting.Premium
JavaScript
Console