https://github.com/natural-intelligence/ni-js-course
A javascript starter project for beginners
https://github.com/natural-intelligence/ni-js-course
Last synced: 8 months ago
JSON representation
A javascript starter project for beginners
- Host: GitHub
- URL: https://github.com/natural-intelligence/ni-js-course
- Owner: Natural-Intelligence
- Created: 2019-11-24T03:55:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T07:17:34.000Z (over 6 years ago)
- Last Synced: 2024-12-27T04:24:54.132Z (over 1 year ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NI beginners course
> Created by Netscape in 1995 as an extension of HTML for Netscape Navigator 2.0, JavaScript had as its main function the manipulation of HTML documents and form validation. Before winning this name so famous nowadays, JavaScript was called Mocha.
## JS facts
> JavaScript is also called ECMAScript ("European Computer Manufacturers Association") , or in short : ES
> JavaScript is the best implementation of ECMAScript standard.
> ES5, the current stable version of JS, was announced on 2009.
> ES6th Edition (=== 'ECMAScript 2015'), brought many new features, including: *class declaration, import/export modules, arrow functions, let/const, promises, maps* and a lot more.
> Every year since, there is a new release of ES.
## Why JS is good (and CSS3/HTML5) ?
> The internet before Javascript looked like this:

[bonus](https://github.com/denysdovhan/wtfjs)