YoVDO

ES6 and Beyond

Offered By: egghead.io

Tags

Javascript Courses Spread Operators Courses

Course Description

Overview

A series of lessons to help you get more familiar with modern JavaScript syntax.

Syllabus

  • Copy an Array with the Spread Operator
  • Nested Destructuring for Objects
  • Copy an Object with the Spread Operator
  • Merge Arrays using the Spread Operator
  • Flatten a Nested Array in JavaScript with Array.prototype.flat
  • Merge Objects with JavaScript's Spread Operator
  • For...in Loop vs. For...of Loop
  • Array.prototype.flatMap from ES2019
  • Convert an Object to an Array and back again with Object.entries and Object.fromEntries
  • Safely Access a Property on a JavaScript Object with Optional Chaining
  • Safely Access a Property on a JavaScript Array with Optional Chaining

Taught by

Laurie Barth

Related Courses

Learn Javascript - 21 Essential Array Methods
Coursera Project Network via Coursera
3D Graphics for Web Developers
Pompeu Fabra University via FutureLearn
A Simple Scatter Plot using D3 js
Coursera Project Network via Coursera
Access WebView in an Android Studio Project
Coursera Project Network via Coursera
Deployment Pipelines using GitHub Actions
A Cloud Guru