Click here to Skip to main content
15,890,506 members
Articles / Programming Languages / ECMAScript 6

Learn Angular From 0 to 100 – ES6 features – Part 1

7 May 2020CPOL 10.7K   12   9
This article is part of a series called “Learn Angular from 0 to 100”. This time it’s all about ES6. Instead of directly starting with TypeScript, I thought of doing ES6 first, and then we will explore TypeScript.
In this article we will be looking at: Variable declarations, constant variables, object oriented programming, string interpolation, enhanced object literals, spread operators, for-of loops, and REST parameters.
We're sorry, but the article you are trying to view was deleted at 15 May 2020.

Please go to the ECMAScript 6 Table of Contents to view the list of available articles in this section.