⚖️identifier vs. string

JSgrammartokenidentifier ⟩ 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 )

Last updated