
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Master JavaScript through 200 plus exercises and best practices, covering operators, data types, functions, objects, arrays, JSON methods, recursion, and advanced topics like asynchronicity, classes, and error handling.
Explore what JavaScript is, its role in interactive web pages and real-time apps, and its use on front-end and back-end with frameworks like React, Angular, Vue.js, and Express.
Navigate the Udemy exercise interface, explore command tips and solution explanations, and learn to write html and js files with an in-browser editor and console feedback.
Explore the basics of JavaScript by mastering strict mode, variables, constants, data types, and user interaction with alert, prompt, and confirm, plus type conversion, to write safer, interactive code.
Master basic JavaScript operations, including addition, subtraction, multiplication, division, remainder, exponentiation, concatenation, incrementing, comparisons, and handling null versus undefined, through practical exercises.
Explore JavaScript data types such as numbers, strings, and booleans, and practice rounding with Math.floor, Math.ceil, and Math.round. Learn isNaN and isFinite checks and string methods like toUpperCase and toLowerCase.
Explore the if else conditional statement, boolean values, and the conditional operator to control code flow. Practice else if, logical operators, and the coalescence operator for default values.
Explore loops and control statements in JavaScript, mastering while and for loops, and applying break and continue to manage program flow in practical exercises.
Explore JavaScript function fundamentals, including declarations, parameters, default values, and expressions, then master callbacks, arrow functions, and constructor functions to build objects with this context.
Explore creating and manipulating JavaScript objects with constructor functions, object initializers, and Object.create; access and modify properties, clone with Object.assign, and iterate with for-in and for-of loops, plus optional chaining.
The 200+ Exercises - JavaScript - Best Practices course is an intensive training program that focuses on improving your JavaScript programming skills through hands-on exercises. Designed around a wide range of topics, the course allows you to develop knowledge and gain experience in many key areas of programming.
During this course you will have the opportunity to explore topics such as code structure, data types, operators, conditional statements, loops, functions, objects, array manipulation, error handling, promises, generators, modules and much more. Each of these issues will be discussed in the context of practical tasks that will require you to implement and solve specific problems.
Examples of exercises you will perform during the course:
Code structure: Create a modular code structure by splitting it into separate files and using import/export.
Operators: Perform math, comparisons, and data type conversions using operators in JavaScript.
Loops: Use while and for loops to process data in arrays or other data structures.
Functions: Define functions with different applications and use them to perform specific tasks.
Objects: Create objects and their methods, using the this keyword to refer to the object's properties.
Arrays: Manipulate data in arrays using various methods such as map, filter and reduce.
Error Handling: Use the try...catch construct to manage and handle errors in your code.
Promises: Create and manage promises to support asynchronous code.
Generators: Create generator functions that allow you to efficiently manage data sequences.
Modules: Organize your code into modular units using export and import.
During these practical exercises, you will gain experience in solving real problems, as well as improve your analytical thinking skills and understanding of programming concepts. You will also explore best coding, formatting and commenting practices, which will contribute to the development of your professional attitude as a programmer.
The 200+ Exercises - JavaScript - Best Practices course is the perfect tool for learning and improving your JavaScript programming skills. Regardless of whether you are a beginner programmer or already have some experience, this course will provide you with a solid foundation and prepare you to solve more advanced problems in JavaScript.