View on GitHub

reading-note

Read: 04a - Dynamic web pages with JavaScript

HOW HTML, CSS,& JAVASCRIPT FIT TOGETHER?

you need to know how it will fit together with the HTML and CSS in your web pages befor Before diving into the JavaScript language.

java

HOW A BROWSER SEES A WEB PAGE

You have to know how js works to know how it works , All major browsers use a JavaScript interpreter to translate your instructions into instructions the computer

HOW HTML, CSS & JAVASCRIPT FIT TOGETHER

you need to know how it will fit together with the HTML and CSS in your web pages , befor learning JavaScript language

Basic javascript instructions

you can writt vaariables in javaScript like Creating a variable in JavaScript is called “declaring” a variable: var carName

After the declaration, the variable is empty (it has no value)

To assign a value to the variable, use the equal sign: carName = “Volvo”

Syntax var varname = value;

javascript variable

look to the picers

variable

DATA TYPES

to read more click here link

suzan amer