HTML Lists, Control Flow with JS, and the CSS Box Model

Chapter 3 “Lists” ::

 

 


 

Chapter 13 “Boxes” ::

 

 




 

JavaScript Book

Basic JavaScript Instructions

Chapter 2 “Creating an array” ::

 

 


 

Chapter 4 “Decisions and Loops” ::

A switch statement starts with a variable called the switch value. Each case indicates a possible value for his variable and the code that should run if the variable matches that value.

data types :

DATA TYPE | PURPOSE ———|——– String |Text Number| Number Boolean |true or false Nul1 |Empty value Undefined |Variable has been declared but not yet assigned a value

Loops :

loops check condition if it’s True run the code inside { } if false skip the code inside { } .

 


 

Github Profile