
Useful Javascript Features: Optional Chaining
Working with objects and arrays always comes with different problems. One common problem is the typeError which occurs when trying to access objects with null or undefined properties. This is especially common when getting data from an API. The deepe...
