Navigating JavaScript's Uncharted Realms

This is a DEMO code for my talk Navigating JavaScript's Uncharted Realms

you can find the slide of the talk here

How to run the code

  1. Clone the repo
  2. Run npm install
  3. Run npm run start -w packages/js to see the different APIs in action
  4. Run npm run start -w packages/web to see the WeakMap and WeakSet in actions