Tagged “es2020”
-
TIL globalThis javascript es2020
`this` doesn't mean the same things depending on environment. Use globalThis
-
TIL Optional Chaining javascript es2020 codepen
The optional chaining `?.` is to see if the value exists
See all tags.