⤴️throw
🚧 under construction
JS ⟩ statement ⟩ control flow ⟩ jump ⟩ throw
exceptions are thrown
whenever a runtime error occurs
and whenever the program explicitly throws one using the throw statement.
exceptions are caught with try-catch-finally statement.
Last updated