JS ⟩ statement ⟩ control flow ⟩ jump
(statement) jump to a new location in the source code.
return / break / continue / yield / throw / try-catch-finally
JavaScript: The Definitive Guide ⟩ 5.5 Jumps
returnarrow-up-right
throwarrow-up-right
try...catcharrow-up-right
Last updated 3 years ago