Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 310 Bytes

cursoES6

Created for studying the ES6 rockeatseat course.

What is ES6?

ES6 (EcmaScript) is the set of rules and norms that comes out every year the provides and organize the functionalities for the Javascript.

What is babel?

Provides integration of the new functionalities of JS for older browsers.