Nowadays JavaScript has three different keywords to declare a variable — var, let and, const. Each has its own properties and particularities. Let’s start by making a simple comparison table of the ...
"your name" is called a string literal. It is a string because it is a series of zero or more characters enclosed in single or double quotes.