CSPP552: Web Programming, JavaScript part 5
JavaScript Basic Language Features (contd)
- Supports C and C++ comments
- That is, supposedly
- Only // seems to work all the time.
- Control flow:
- Top to bottom
- Can have many <SCRIPT> segments in a document; treated
as one big lump
- State (variables, etc) wiped clean on every page load
Next