JavaScript Session 1
Session 1 Learning Outcomes:
View Exercises:
I developed the skills to:
- Embed JavaScript in a webpage
- How to use the noscript tag when JavaScript is disabled
- Create variables and assign values to them
- Perform arithmetic using JavaScript
- Concatenate strings
- Perform logical comparisons of simple and compound statements
- Create and evaluate conditional if-then-else statements
- Perform repetitive operations using while loops, do-while loops, and for loops
- Create arrays, assign values to arrays, and get values from an array
I developed an understanding of:
- Key JavaScript concepts such as classes, objects, and inheritance
- JavaScript syntax rules
- JavaScript datatypes
- Compound assignment operators