Statements and declarations
Read More at MDN DocsContents
- async function
- async function*
- block
- break
- class
- const
- continue
- debugger
- do...while
- empty
- export
- for
- for await...of
- for...in
- for...of
- function declaration
- function*
- if...else
- import
- label
- let
- return
- switch
- throw
- try...catch
- var
- while
- with