Safely Access a Property on a JavaScript Array with Optional Chaining

InstructorLaurie Barth

Share this video with your friends

Send Tweet

You can use optional chaining to access elements in an array. If the array is null or undefined, attempting to access an element with optional chaining prevents an error from being thrown, returning undefined instead.

~ 3 years ago

Thanks for this dense and smart course