# jump

[JS](https://lochiwei.gitbook.io/web/js) ⟩ [statement](https://lochiwei.gitbook.io/web/js/grammar/statement) ⟩ [control flow](https://lochiwei.gitbook.io/web/js/grammar/statement/flow) ⟩ jump

{% hint style="success" %}
([..](https://lochiwei.gitbook.io/web/js/grammar/statement "mention")) jump to a new location in the source code.

* [return](https://lochiwei.gitbook.io/web/js/grammar/statement/flow/jump/return "mention") / [break](https://lochiwei.gitbook.io/web/js/grammar/statement/flow/jump/break "mention") / [continue](https://lochiwei.gitbook.io/web/js/grammar/statement/flow/jump/continue "mention") / [yield](https://lochiwei.gitbook.io/web/js/iteration/generator/func/yield "mention") / [throw](https://lochiwei.gitbook.io/web/js/debug/handling/throw "mention") / [try-catch-finally](https://lochiwei.gitbook.io/web/js/debug/handling/try-catch-finally "mention")
  {% endhint %}

{% tabs %}
{% tab title="📗 參考" %}

* [ ] [javascript-the-definitive-guide](https://lochiwei.gitbook.io/web/master/ref/javascript-the-definitive-guide "mention") ⟩ 5.5 Jumps
  {% endtab %}

{% tab title="📘 手冊" %}

* [return](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/return)
* [throw](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/throw)
* [try...catch](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch)
  {% endtab %}
  {% endtabs %}
