🆔identifier

the name of a variable/function/property/label/parameter.

JSgrammartoken ⟩ identifier

identifiers

  • registered to respective scope at compile-time.

  • created at the beginning of the scope it belongs to, every time that scope is entered (at runtime).

Last updated

Was this helpful?