Skip to content

Commit

Permalink
Update es6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Jul 24, 2016
1 parent 9081f8f commit f5143cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions es6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: ES6, ES7, ES8 - The New New JavaScript / EMCAScript
title: ES6, ES7, ES8 - The New New JavaScript / ECMAScript


# The New New JavaScript - What's News?
Expand Down Expand Up @@ -59,7 +59,7 @@ And much more



# JavaScript (JS), EMCAScript (ES), ES5, ES6, ES7, ES8, ES2015, ES2016, ES2017
# JavaScript (JS), ECMAScript (ES), ES5, ES6, ES7, ES8, ES2015, ES2016, ES2017

First appeared on May 23, 1995 -- 21 years ago

Expand Down Expand Up @@ -462,7 +462,7 @@ GET`http://foo.org/bar?a=${a}&b=${b}

# JavaScript in Action - Did you know?

- **GitHub Atom** (web: [atom.io](https://atom.io))is built (coded) in JavaScript (and HTML and CSS) w/ Electron and Node.js
- **GitHub Atom** (web: [atom.io](https://atom.io)) is built (coded) in JavaScript (and HTML and CSS) w/ Electron and Node.js

- **Microsoft Visual Studio Code** (web: [code.visualstudio.com](https://code.visualstudio.com)) is built (coded) in JavaScript (and HTML and CSS) w/ Electron and Node.js

Expand Down

0 comments on commit f5143cd

Please sign in to comment.