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
return
throw
try...catch
Last updated 2 years ago