Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

  Course's Objectives

1. What is JavaScript capable of. Of which parts it is comprised. Where it can be used outside of the web apps, and how it is structured in the web app landscape?

2. How many possible ways exist to include it in our HTML document? How are these ways called and which is the most preferred and why?

3. What is the console and why should we care? 

4. How to add JavaScript comments? 

5. What are data types and why it important to know them?

6. What are variables? What are they good for?