We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8603a commit f2e7529Copy full SHA for f2e7529
README.md
@@ -303,6 +303,7 @@
303
- [Use a styleguide](javascript/use_a_style_guide.md)
304
- [Beware of eval](javascript/beware_of_eval.md)
305
- [Default Parameters for Functions](javascript/function_default_parameters.md)
306
+- [Learn JavaScript](javascript/learn_javascript.md)
307
308
<a id="jira"></a>
309
### Jira
javascript/learn_javascript.md
@@ -0,0 +1,7 @@
1
+# Learn JavaScript
2
+
3
+_TODO_
4
5
+## Resources
6
7
+- [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
0 commit comments