Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
To Computing
m (→JavaScript) |
m (added JavaScript standard) |
||
Line 1: | Line 1: | ||
My JavaScript notes | My JavaScript notes | ||
== ECMAScript == | |||
[https://www.ecma-international.org/publications/standards/Ecma-262.htm ECMA-262] standard | |||
[https://www.ecma-international.org/ecma-262/6.0/index.html ECMA 2015] or ECMA-262 6th Edition | |||
== JavaScript == | == JavaScript == |
Revision as of 20:50, 4 March 2019
My JavaScript notes
ECMAScript
ECMA-262 standard
ECMA 2015 or ECMA-262 6th Edition
JavaScript
JavaScript Date
Definitive guide to datetime manipulation
Moment : Parse, validate, manipulate, and display dates and times in JavaScript. Available via npm.
npm goodies
chalk : Terminal string styling done right
moment : A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
Useful Resources
Eloquent JavaScript is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or get your own paperback copy.
What every JavaScript developer should know about Unicode