In this course we will learn some of the most important elements of Frontend Engineering. All the tools needed to follow these lessons are tools that a frontend engineer would use. The lessons are in English – because that is the language Frontend is communicated in.
The lecture scripts are written in Markdown, our syntax of choice for writing documentations. Markdown is made to render to HTML. These lectures and exercises are a Git repository. This means you can clone, improve and send patches ("pull requests") and update them.
And of course you can run all the JavaScript code locally with Node.
Lessons
- JS Functions revisited
- Node Basics
- JS Objects, prototypes and OOP
- JSON and Ajax
Have fun!
...and don't hesitate to give feedback.