mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Added a resource to read for Javascript
This commit is contained in:
parent
83d3efe45f
commit
c06af7a5ac
@ -607,6 +607,10 @@ some of the more complicated examples.
|
|||||||
[Javascript: The Right Way][10] is a guide intended to introduce new developers
|
[Javascript: The Right Way][10] is a guide intended to introduce new developers
|
||||||
to JavaScript and help experienced developers learn more about its best practices.
|
to JavaScript and help experienced developers learn more about its best practices.
|
||||||
|
|
||||||
|
[Javascript:Info][11] is a modern javascript tutorial covering the basics (core language and working with a browser)
|
||||||
|
as well as advanced topics with concise explanations.
|
||||||
|
|
||||||
|
|
||||||
In addition to direct contributors to this article, some content is adapted from
|
In addition to direct contributors to this article, some content is adapted from
|
||||||
Louie Dinh's Python tutorial on this site, and the [JS Tutorial][7] on the
|
Louie Dinh's Python tutorial on this site, and the [JS Tutorial][7] on the
|
||||||
Mozilla Developer Network.
|
Mozilla Developer Network.
|
||||||
@ -622,3 +626,4 @@ Mozilla Developer Network.
|
|||||||
[8]: http://eloquentjavascript.net/
|
[8]: http://eloquentjavascript.net/
|
||||||
[9]: http://watchandcode.com/courses/eloquent-javascript-the-annotated-version
|
[9]: http://watchandcode.com/courses/eloquent-javascript-the-annotated-version
|
||||||
[10]: http://jstherightway.org/
|
[10]: http://jstherightway.org/
|
||||||
|
[11]: https://javascript.info/
|
||||||
|
Loading…
Reference in New Issue
Block a user