Skip to content

andrekovac/javascript-typescript-exercises

Repository files navigation

JavaScript & TypeScript Exercises

JavaScript

Topics:

  • var/let/const
  • nullish coalescing operator (??) and optional chaining operator (?.)
  • spread operator
  • implicit type coercion

Topics:

  • shallow and deep copies explained in a visual format:

    JavaScript-refs-and-copies

  • reduce function

  • Promises and async/await

TypeScript

  • See how TypeScript code gets compiled to JavaScript (see compiled/playground.js)
  • Explore some interesting TypeScript properties.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published