← go back

Idea: JavaScript+ subscription:

Without it you can’t:

  • make http requests

  • use modules

  • make more than 50 variables (not including globals and such)

  • And you can’t use let or const variables

It gives you:

  • extra globals

  • top-level await

  • early access to new features

  • up to 2000 variables

  • can use let and const

Jan 7, 2023, 4:51 PM
6 1 2

Comments