Skip to content

JavaScript is the most used language today, and there is no escaping it. Learn the basics in this lesson.

Notifications You must be signed in to change notification settings

joakimgk/introduction-to-javascript

 
 

Repository files navigation

JavaScript

Introduction to JavaScript

JavaScript is the most used language today, and there is no escaping it. Learn the basics in this lesson.

Focus of this lesson

This lesson is oriented around teaching you how to use Javascript client-side in the browser. In order to get the most out of the lesson it helps if you have some past experience with web technologies such as HTML and HTTP.

What you need

How to get started

  • Start by cloning this repository into a folder on your computer. If you've never used git before, you can alternatively use the the "Download ZIP" button to the right.
  • Although you have this readme file on your computer it's easier to read it on GitHub, so we recommend you keep this page open with the exercise tasks.

Exercises

This repository contains a set of exercises organized in folders. Each folder contains a README.md describing the exercise.

Bonus exercises

Helpful resources

Note: Avoid W3Schools.com. It's often outdated by todays web specifications. Use MDN instead.

About

JavaScript is the most used language today, and there is no escaping it. Learn the basics in this lesson.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.1%
  • HTML 26.9%
  • CSS 13.0%