JSlang.dev

JavaScript Deep Dives with Wolfram. Since 2015
Inclusive, Test-Driven, Spec-Focused, Collaborative.

9+
Years Active
81
Meetups Held
798
Tests Written
59 Tests
on: async

Most Popular

2020

October 22, 2020
Optional ?. chaining (this time for real)
  • Optional chaining (`?.` operator)
  • Whats the default return value if an element is undefined/null? (without the operator)
  • What about newlines, spaces?
  • How does it work with (async, generators) functions?