
This is just the introductory video. In this video I am talking about Javascript. What it is? What is the function of it? Why To learn it? How useful is it for us to learn? like facts.
I am calling this part as the setup part because we are making the things ready for our course. First in this part I am installing Visual Studio Code for the need with our course. VSCode is a main requirements for our course so we are installing that.
In this Part we are just talking about the course and how to follow it on.
In this part what we are doing is We are just making the project folder for our project or in other words for our course and we are linking the Javascript script file to the index .HTML file for the usage inside our course.
In this part I am Teaching You Guys about a built-in method in Javascript. It's the Alert method. The alert method is used to make a alert when some specific thing happens. That Specific thing is maybe after the page load, After the user clicks a button like things that User do. to use the alert method you can simply use the keyword alert and open paranthesis "(" and the close paranthesis ")". Like that. Then you have to put the message to be displayed inside the alert as argument inside these two paranthesis.
In this part I am talking about comments. How to Comment and What to Comment. The Comments are the lines that are for our help They will ignore from the browser when executing the code. The Comment are the help words that are used to get a help for us. They are often useful when we code.
Variables. They are the tiny spaces which are expanded in the secondary memory which have a value and a referenced name for us to call thier values. These Variables are the most used things in the programming world. The Most Basic concept in all programming world is also these variables. So learning these Concepts about variables in ease is crucial. For More details watch the learning part of the video
In this part we are learning about the data types of variables. Data Types are a very important concept in Javascript Programming. Not only on javascript but with all other Programming languages. For More Details Go through the part
In this part we are looking at the two main methods which are increment and decrement methods. Watch the part for more details
In this part we are looking at a most main part in javascript. It's the If Else Statements. In this video we are looking at how to use If else Statements. What is the structure of it and how to use it? Also We are practically getting decisions with these statements in this part.
Comparison Operators are used to do comparison between two same data type or different data type values. They are very useful when doing if else statements to get decisions. In this part we are looking at those Operators in detail
In this part we are talking about the OR, AND operators that we use in the if else statements. OR, AND are very useful logical operators when it comes to do IF ELSE statements. So learning them in ease is crucial
Welcome to Javascript Basics Crash Course!
My name is Sandaru Razan, I am an experienced programmer, I started programming at the age of 12. The things that I love the most is learning new things and teaching them. My goal from this course is to give you a foundation in JavaScript and make you comfortable with JavaScript by teaching you the basics of JavaScript in ease. I think this Course will help you boost your career as a web programmer
JavaScript, the programming language of the web is simple but yet powerful programming language that has encouraged many programmers to pursue careers involving programming over any other language. Of course, it goes without saying that JavaScript is an excellent language, but do you know what is required of you to start programming JavaScript?
As with any programming language it is important you understand the basics and that's exactly what I'm going to do in this course
I help you:
Establish fundamental code
Create and use variables
Clauses and Operators
Loops
Functions and Builtin Functions
Go no further if you're looking for the course that will guide you into the world of programming! With my course I can guarantee that the knowledge you learn will help you get a head-start in basic JavaScript programming. I hope that you will enjoy the course and lead into the world of programming.
"Programming is a form of art. It is logical creativity!"