JS โฉ grammar โฉ token โฉ identifier โฉ vs. string
identifier vs. String
an identifier is not a string๏ผ
a string is data.
an identifier is part of the code.
conversion between them๏ผ
identifier -> string (โ no way )
string -> identifier (โ ๏ธ possible )
Identifier
Last updated 2 years ago
Was this helpful?