Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
To Computing
(Initial creation of page) |
|||
Line 6: | Line 6: | ||
[https://eloquentjavascript.net/ Eloquent JavaScript] is a book about JavaScript, programming, and the wonders of the digital. You can read it online [https://eloquentjavascript.net/ here], or get your own [https://www.amazon.com/dp/1593279507/ paperback copy]. | [https://eloquentjavascript.net/ Eloquent JavaScript] is a book about JavaScript, programming, and the wonders of the digital. You can read it online [https://eloquentjavascript.net/ here], or get your own [https://www.amazon.com/dp/1593279507/ paperback copy]. | ||
[http://www.codeproject.com/Articles/580165/JavaScript-Best-Practices?buffer_share=35f4c JavaScript Best Practices] | [http://www.codeproject.com/Articles/580165/JavaScript-Best-Practices?buffer_share=35f4c JavaScript Best Practices] |
Revision as of 12:54, 1 February 2019
My JavaScript notes
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.
What every JavaScript developer should know about Unicode