Property
name
The name of the variable to reference.
let name: String
Discussion
Variable names must correspond to valid bindings within the current execution context, including pattern variables, parameters, and local bindings.
Property
The name of the variable to reference.
let name: String
Variable names must correspond to valid bindings within the current execution context, including pattern variables, parameters, and local bindings.