Fix(guide): Add ES6 introduction to JS certification section
This commit is contained in:
committed by
Heather Kusmierz
parent
88c3b75333
commit
f94d1ede92
@ -3,11 +3,9 @@ title: ES6
|
||||
---
|
||||
## ES6
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/quadratic-equations/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
ES6 also known as ECMAScript6 or ES2015, is the latest widely accepted sets of rules and conventions laid out and standardized by Ecma International. Various new features such as constant value variables and arrow functions have been introduced in this new version. Major web browsers support some features of ES6. However, it is possible to use a transpiler to convert ES6 code into ES5, which is better supported on most browsers.
|
||||
|
||||
#### More Information:
|
||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
||||
|
||||
1. [Wikipedia | Ecma International](https://en.wikipedia.org/wiki/Ecma_International)
|
||||
2. [Wikipedia | ECMAScript](https://en.wikipedia.org/wiki/ECMAScript)
|
||||
|
Reference in New Issue
Block a user