October 22, 2020
13 TestsSource
- 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?