🔣braces {}
punctuator '{' and '}'.
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ braces {}
block -
{...}.switch -
switch(expr){...}.object literal -
{prop: value}.
Last updated
Was this helpful?
punctuator '{' and '}'.
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ braces {}
block - {...}.
switch - switch(expr){...}.
object literal - {prop: value}.
Last updated
Was this helpful?