
Learn installing and setting up visual studio code.
Installing live server in vscode and Setting Up Folder Files for coding JavaScript
Learn what script tags are and how to use them to run JavaScript code, including the opening and closing script tags.
Discover the document.write() method to print content on the page, with examples like printing text such as 'Hello I am printing some text'.
Understand how console.log() outputs a message to the web and prints messages in the console.
Learn how to use document.getElementById to access elements by id and display results in the console.
Explore using the innerHTML property to read and set content like hello world, and observe how the original content changes in a simple JavaScript example.
Learn how to use JavaScript comments, including single-line // comments and multi-line /* ... */ comments, to annotate code and prevent execution, with hello world examples.
learn how to load an external javascript file by creating a separate js file, including it with a script tag, and triggering an alert and console log on page load.
Explore JavaScript data types, including primitive types like string, number, boolean, null, undefined, and symbol, and non-primitive objects used to store collections.
Learn how to declare and use variables in JavaScript, using var to assign values, log results to the console, and update multiple variables across simple examples.
Declare variables with var, let, and const, and compare their behavior. Learn how undefined default values, redeclaration errors, and block scope affect variable usage in JavaScript.
Learn how to print variables on a web page using the document.write method in JavaScript, displaying dynamic output built from variables like name and language.
Explore comparison operators in JavaScript by comparing two variables a and b, 5 and 6, using equal, not equal, greater than, less than, and greater than or equal to.
Explore assignment operators in JavaScript, including simple assignment and addition assignment, plus multiplication, division, and modulus on variables such as year and b.
Explore the if else statement by comparing an age variable to 18, executing different code blocks for true and false conditions, and displaying eligibility to vote accordingly.
Master the if else if else flow to test multiple conditions, such as checking country currencies (India rupees, USA dollar, Germany euro) and execute the corresponding code.
Explore nested if-else statements in JavaScript, evaluating conditions like job and salary to execute corresponding blocks and display outputs.
Learn how the switch statement syntax matches an expression against cases and runs the corresponding code, with break and a default fallback for unmatched values.
Learn the JavaScript ternary operator by evaluating a condition, with true and false branches such as age greater than or equal to 18, and output results using console.log.
Explore how while loops control execution by testing a condition, incrementing a counter, and printing values, with practical debugging examples in JavaScript.
Explore the do while loop, whose block runs before the condition is tested, so the code executes at least once and may print values like 0, 2, 4.
Learn to use the continue statement in JavaScript to skip specific loop iterations, such as omitting value 6 in a 1–10 range and handling ranges like 7–8 for beginners.
Learn to create and manipulate JavaScript arrays that store multiple values in a single variable, using square brackets or the Array constructor, then access by index and inspect types.
In JavaScript for absolute beginners, merge multiple arrays into a new array without mutating the originals, using a method that returns the merged result.
Learn how function parameters and arguments work in JavaScript, defining parameters like A and B, passing values, and observing dynamic outputs when invoking the function.
Explore how functions handle values and return results, learn to explicitly return a value, and see how types reflect returns, such as numbers becoming defined instead of NaN.
Learn global and local variables, see how a function accesses a global variable and local variables, and observe that local variables are not defined outside the function.
Learn to create JavaScript objects using object literals and the object constructor, defining properties like name and color with values such as banana and green.
Access object properties in JavaScript using dot notation to read and change values like name and color on fruit objects, including properties created by constructor functions.
Learn how to access object properties in JavaScript using dot notation and square bracket notation, including examples with a color property and a food list.
Explore object methods as properties containing functions and access them via dot or bracket notation. See how this binds to the object context, enabling getName and getSound on a dog.
Do you want to learn JavaScript Programming? & Want to know each and every concept of JavaScript programming Language? and if you are a Complete Beginner or Experienced who want to brush up concepts of JavaScript programming deeply, then this course is for you, you will learn each and every concept of JavaScript thoroughly by building 2 projects which makes you professional JavaScript Developer to Kick Start Your Career as a Web Designer or Web Developer or JavaScript Developer, By Enrolling to "JavaScript for Absolute Beginners - Learn Building Projects" course, you will learn the following concepts
Some of the concepts covered in this course are as follows and You'll learn
What is JavaScript ?
Variables in JavaScript
Data Types in JavaScript
Operators in JavaScript
Condition Statements in JavaScript
Loops in JavaScript
Arrays in JavaScript
Objects in JavaScript
Functions in JavaScript
Events in JavaScript
Type Conversion in JavaScript
more etc.....
Most Important You Learn JavaScript by Building 2 Projects which makes you understand JavaScript concepts even better.
Project 1 - Build Multiplication Table Based on User inputs.
Project 2 - Simple JavaScript Calculator that performs Basic Arithmetic Operations
This course is structured to target both the Beginners and the Intermediate level JavaScript learners. Since this course covers all JavaScript concepts, it will help Experts to brush up their JavaScript concepts and create better JavaScript Apps.
Enroll to this course and start learning JavaScript, Happy Learning :)