Difference between revisions of "JavaScript"

From Got Opinion Wiki
Jump to navigation Jump to search
Line 2: Line 2:


== JavaScript ==
== JavaScript ==
JavaScript Date
[https://www.toptal.com/software/definitive-guide-to-datetime-manipulation Definitive guide to datetime manipulation]
[https://momentjs.com/ Moment] : Parse, validate, manipulate, and display dates and times in JavaScript.


== Useful Resources ==
== Useful Resources ==

Revision as of 16:04, 4 March 2019

My JavaScript notes

JavaScript

JavaScript Date

Definitive guide to datetime manipulation

Moment : Parse, validate, manipulate, and display dates and times in JavaScript.

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.

JavaScript Best Practices

What every JavaScript developer should know about Unicode

To Computing