⤴️break
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ statement ⟩ control flow ⟩ break
break statement (with or without a label) can not transfer control across function boundaries. cannot label a function definition statement, for example, and then use that label inside the function.
break / won't operate across an function boundary to control an outer /.
📗