Today I Learned - Rocky Kev

Tagged “es2020”

  1. TIL globalThis

    `this` doesn't mean the same things depending on environment. Use globalThis

  2. TIL Optional Chaining

    The optional chaining `?.` is to see if the value exists

See all tags.