Skip to content

Commit

Permalink
Add Eloquent JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianalbers committed Jul 29, 2020
1 parent 3af795a commit cf4446c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ This is a collection of materials that can help you learn frontend development.
## <a name="javascript"></a> JavaScript
### Basic tutorials
- [JavaScript for absolute Beginners](http://opentechschool.github.io/js-beginners-1/) Learn the basics in a day or two - what are variables, objects, arrays, loops, functions and how to use all that
- [freeCodeCamp](https://www.freecodecamp.org/learn/) Go through the 300 hours JavaScript Algorithms and Data Structures Certification to get a solid JavaScript foundation
- [freeCodeCamp](https://www.freecodecamp.org/learn/) Go through the 300 hours JavaScript Algorithms and Data Structures Certification to get a solid JavaScript foundation
### Books (available online)
- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics.

0 comments on commit cf4446c

Please sign in to comment.