Topics:
var
/let
/const
- nullish coalescing operator (
??
) and optional chaining operator (?.
) - spread operator
- implicit type coercion
Topics:
- See how TypeScript code gets compiled to JavaScript (see compiled/playground.js)
- Explore some interesting TypeScript properties.