Chapter one What is JavaScript
1
Meet JavaScript
2
The Structure of a JavaScript Program
3
Writing Some JavaScript
Chapter two Data Types and Variables
1
Numbers and operators
2
Variables
3
Naming Variables
4
undefined and null
Chapter three Arrays
1
Creating an Array
2
Accessing and Changing an Array’s elements
3
Mixing Data Types in an Array
4
Working with Arrays
Chapter four Objects
1
Creating objects
2
Accessing and Adding Values in objects
3
Combining Arrays and objects
4
Exploring objects in the Console
5
Useful Things to Do with objects
Chapter Five The BASICS of HTML
1
Our first HTML Document
2
Tags and elements
3
HTML Hierarchy
4
Adding links to Your HTML
Chapter Six CoNDITIoNAlS AND looPS
1
Embedding JavaScript in HTML
2
Conditionals
3
Loops
Chapter Seven Creating A HANGMAN Game
1
Interacting with a Player
2
Designing Your Game
3
Coding the Game
4
The Game Code
Chapter EIght FUNCTIONS
1
Creating & Calling Simple function
2
Passing Arguments into functions
3
Returning Values from functions & using function Calls as Values
4
Using functions to Simplify Code
5
Leaving a function early with return
6
Using return Multiple Times Instead of if…else Statements
Be the first to add a review.
Please, login to leave a review