filmov
tv
Basic JavaScript (22/111) | Declare String Variables | freeCodeCamp

Показать описание
Basic JavaScript (22/111) | Declare String Variables | freeCodeCamp
Previously we have used the code:
var myName = "your name";
"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.
Previously we have used the code:
var myName = "your name";
"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.