Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 5.62 KB

README.md

File metadata and controls

77 lines (56 loc) · 5.62 KB

What is JavaScript?

JavaScript is a programming language. We use it to communicate with the browser, software that allows us to access the Internet and open webpages. It is essential to learn in order to become a web developer.

You've already learned what HTML and CSS do. Javascript is the third part that makes the circle complete. If we liken the three to the human body, we could say that HTML provides the skeleton with all the basic content, CSS makes the skin/shape to determine the look, and JavaScript is the brain and muscles to allow for interactivity.

Human Body

The main use for JavaScript is to make your webpage interactive: for example, if you click a button it will open a popup. Or if you scroll over an image, it changes its color.

{% hyf-youtube src="https://www.youtube.com/watch?v=nItSSTwBvSU" %}

{% hyf-youtube src="https://www.youtube.com/watch?v=OSWppEa2Zac" %}

Extra reading

If you just can't get enough, here are some extra links that mentors/students have found useful concerning this topic:

Introduction links

Awesome Tutorials

Not Videos

Videos

JS References & Text Books:

Other references, tutorials & practice

writing stylish code: