Skip to content

Commit

Permalink
Added first (invaluable) resource for JavaScript reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Oct 21, 2019
1 parent 6b8603a commit f2e7529
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
- [Use a styleguide](javascript/use_a_style_guide.md)
- [Beware of eval](javascript/beware_of_eval.md)
- [Default Parameters for Functions](javascript/function_default_parameters.md)
- [Learn JavaScript](javascript/learn_javascript.md)

<a id="jira"></a>
### Jira
Expand Down
7 changes: 7 additions & 0 deletions javascript/learn_javascript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Learn JavaScript

_TODO_

## Resources

- [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

0 comments on commit f2e7529

Please sign in to comment.