YoVDO

Optional Chaining

Offered By: egghead.io

Tags

UPSC Exam Courses Javascript Courses Node.Js Courses Code Readability Courses Code Efficiency Courses Babel Courses

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

Writing Professional Code
Microsoft via edX
Learn C# By Building Applications
Udemy
Fundamentos de C# para Principiantes
Udemy
What's New in Visual Studio 2017 for F# For Developers
LinkedIn Learning
Clean Code
Udemy