Description
In this course you will :
- Explore the odd history of the JavaScript programming language.
- Discover how to use the JavaScript console and write your first JavaScript line of code.
- In your code, use a variety of data types to represent data.
- Learn how to use variables to store data.
- Use conditional statements to convert real-world decisions into code.
- Logical operators are used to model more complex problems.
- Learn the fundamentals of loop and iteration to execute code repeatedly.
- Investigate using JavaScript while and for loops.
- Declare functions and write function expressions to organise your code.
- Learn about scope and hoisting to decode tricky JavaScript behaviour.
- Arrays are used to store data collections.
- Arrays can be manipulated using common properties and methods.
- Create JavaScript objects to represent complex data types
Syllabus :
- What is JavaScript?
- Data Types & Variables
- Conditionals
- Loops
- Functions
- Arrays
- Objects