Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.5 KB

readme.md

File metadata and controls

35 lines (23 loc) · 1.5 KB

Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request.

HackYourJavaScript

What is JavaScript?

JavaScript is a programming language that adds interactivity to your website (for example: games, responses when buttons are pressed or data entered in forms, dynamic styling, animation).

Read this intro article on JavaScript

This JavaScript course is divided in three modules. Starting from the simple uses and understanding the basics to the more complex features of the language.

Module goals:

A basic program with multiple functions (reacting to user input)

A tool capable of loading a JSON file and representing it in the DOM

A web app with external data source using at least one API

Overall

A good understanding of all the above mentioned topics. Want to check your Knowledge?
Go through the JavaScript Fundamentals readme and research/ask for help (Slack!) with the concepts that are not entirely clear.

Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online)