block
use { ... } to group statements.
Last updated
Was this helpful?
use { ... } to group statements.
Last updated
Was this helpful?
⟩ ⟩ ⟩ block
(statement) use { ... }
to group statements.
not block:
object literal / class / switch: no block scope
function:its is different from a block scope
📗