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