About This Course

Javascript is one of the most popular programming languages in the world, it is a universal language that can be used in probably any domain you can think of. This aims to make you comfortably write JavaScript by every possible means and also give you the ability to be able to manage and manipulate data while building any application with Javascript.

Modules

Possible ways to compile Javascript

JavaScript is so powerful! It was previously used mainly for making webpages interactive, such as form validation, animation, etc. These days, JavaScript is also used in many other areas, such as server-side development, mobile app development, etc.

0 / 4 Steps

Javascript Comments

JavaScript comments are hints that a programmer can add to make their code easier to read and understand. They are completely ignored by JavaScript engines.

0 / 1 Steps

JavaScript Variables

In programming, a variable is a container (storage area) to hold data that can be used later in our code.

0 / 4 Steps

JavaScript data types and data structures

Programming languages all have built-in data structures, but these often differ from one language to another. This section attempts to list the built-in data structures available in JavaScript and what properties they have. These can be used to build other data structures.

0 / 8 Steps

JavaScript Operators

In JavaScript, an operator is a special symbol used to perform operations on operands (values and variables).

0 / 4 Steps

JavaScript Type Conversions

In programming, type conversion is converting data from one type to another.

0 / 2 Steps