Optional Chaining

3m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.2
118
people completed
Bookmark
Download
RSS

Optional chaining ?. in javascript is a new feature introduced in ES2020. Optional chaining changes the way properties are accessed from deeply nested objects. It fixes the problem of having to do multiple null checks when accessing long chain of object properties in javascript.

Instructor

Shruti Kapoor

I teach JavaScript, GraphQL and React lessons. I am a Senior Software Engineer at PayPal and TC39 Delegate.

Course content (4 lessons)

    illustration for Optional Chaining