Optional Chaining
Offered By: egghead.io
Course Description
Overview
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.
Syllabus
- Enable JavaScript Experimental Features in Chrome
- Enable optional chaining in Node app by using Babel
- Access Long Chains of Properties with JavaScript Optional Chaining
- Provide Default Values with Optional Chaining and Null Coalescing in JavaScript
Taught by
Shruti Kapoor
Related Courses
Modern JavaScript (Complete guide, from Novice to Ninja)Udemy Essentials in JavaScript ES6 - A Fun and Clear Introduction
Udemy The JavaScript Bible - JavaScript Bootcamp
Udemy The Full JavaScript & ES6 Tutorial - (including ES7 & React)
Udemy Replacing jQuery with Vanilla JavaScript
Udemy