diff options
author | Apoorv Choubey <theapoorvs1@gmail.com> | 2017-12-17 15:56:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 15:56:42 +0530 |
commit | c06af7a5ac4097b26113ea649893e57e405edefc (patch) | |
tree | 1e75e2b3e122aeb863e3ffa037f6f64c4027fbf8 /javascript.html.markdown | |
parent | 83d3efe45f3bd676b42ea6c1d3e3ae7d23e8ad85 (diff) |
Added a resource to read for Javascript
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r-- | javascript.html.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/javascript.html.markdown b/javascript.html.markdown index 199c3c09..e7066291 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -607,6 +607,10 @@ some of the more complicated examples. [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. +[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 Louie Dinh's Python tutorial on this site, and the [JS Tutorial][7] on the Mozilla Developer Network. @@ -622,3 +626,4 @@ Mozilla Developer Network. [8]: http://eloquentjavascript.net/ [9]: http://watchandcode.com/courses/eloquent-javascript-the-annotated-version [10]: http://jstherightway.org/ +[11]: https://javascript.info/ |