<script>
in HTML5var
, let
, const
9typeof
12for
, while
, and do...while
Loops25break
and continue
26push
, pop
, shift
, unshift
, slice
, splice
)30map
, filter
, reduce
, forEach
, find
)35function
, arrow functions)47addEventListener
60getElementById
, querySelector
)68try
, catch
, finally
75throw
Statement77slice
, substr
, replace
, split
, trim
)87async
/await
112fetch
to Make HTTP Requests118