Category: Knowledge
Categories
JavaScript Jargon
Data Types |
|
---|---|
Veriables | JavaScript’s nouns |
Operators | JavaScript’s verbs |
Functions | JavaScript’s paragraphs (also a data type) Inside an object: a method |
Arguments | How we get data into a function for processing |
Control Structures | if, else, switch |
Loops | for, while |
The DOM |
|