This beginner-friendly course introduces the fundamentals of JavaScript, the programming language that powers interactivity on the web. Designed for those with little to no coding experience, this course covers basic JavaScript concepts such as variables, functions, loops, and objects.
Language: JavaScript
Duration: 1 weeks
Difficulty: easy
Category: Programming, Web Development
Certificate: Yes
What is Javascript & where it is used?
History of Javascript
Why Javascript is popular nowadays?
For loop
While & Do while loop
Nested loop
Break & Continue
Practice
Template Literals
Destructuring
Spread & Rest Operators
Practice
Syntax and Structure
Basic Input Output
Variables
Data Types
Practice
Defining Functions
Parameters and Return values
Arrow Functions
Scope
Assignment
Arithmetic
Comparison
Logical
Ternary
Objects
Arrays
Iterating Over Arrays
Practice
If-else
Nested if-else
Switch case
Practice
Error Types
Try...catch...finally
Throwing error
Practice