Description
In this course, you will learn:
- Use data and data types in JavaScript.
- Manage program logic with JavaScript (conditions, loops, and errors).
- Use JavaScript methods to create clear, maintainable code.
Syllabus:
- Use data and data types in JavaScript
- Get the most out of this course
- Declare variables and modify their values
- Store your data with data types
- Define objects and their attributes with classes
- Manage complexity with the right collection
- Manage program logic in JavaScript
- Get your program started with the main function
- Select the proper condition to control your program flow
- Use the right loop to repeat tasks
- Manage errors and exceptions within your program
- Write clean and maintainable JavaScript code
- Understand parameters and return values
- Take a closer look into methods: defining instance methods & fields
- Write clean functions
- Test that a function does what it says
- Debug your function
- Go recursive: calling functions within themselves