#0 JavaScript Tutorial for Beginners | Introduction
When javascript came into existence it was mainly for the web front end example in
1993 when websites were getting famous everyone wanted to have their own
website. Netscape came up with this programming language called javascript with
the help of sun microsystem and they released javascript in their netscape
navigator too. The only only use case you can find is building the front end of the
web application. This course is not designed in a normal fashion or the traditional
fashion. The idea is to learn javascript from start to end. can run javascript on your
os now or on your machine right so just to give you a hint that is possible with the
help of nodejs so node. js is a runtime environment imagine a place where you can
run Javascript. Every time you watch a video do it on your machine. Practice it 's a
programming language right you you will remember everything you have to
practice practice makes you perfect okay so i would also suggest that you change
the code do some experiments and that's how you go so that 's it from this video i
hope you're excited hit that like button.
#1 Getting Started | JavaScript Tutorial for Beginners
The ultimate aim here is to automate things and to solve the real world issues with
the help of virtual world solutions. The questionnaire is variable type your code so
we will be using one of the world best editor not exactly but let's say let's try
notepad here and let's write our code. We will be using a browser to run this code
so maybe i will not run the entire file i just want to execute this statement right so
what we can do is we can open any browser which you like so let me open chrome
here now in chrome i do n't know if you have observed it so if you right click and if
you go to inspect you will get multiple developer options. We will be using the
same thing and we will be jumping to console you see that in the code also we
have mentioned console. log so we are logging. here this is specifically developers
web designers they use this a lot for seeing the output to debug the application to
understand what is happening behind the scenes.
We 'll learn this language on a console writing the javascript as it is without html
and css so basically we don't want to run this on the browser because browser
needs so we have a console here then otherwise we have to use html to see the
output and those stuff. In the next video we 'll see how to install vs code and how
to run node.
When javascript came into existence it was mainly for the web front end example in
1993 when websites were getting famous everyone wanted to have their own
website. Netscape came up with this programming language called javascript with
the help of sun microsystem and they released javascript in their netscape
navigator too. The only only use case you can find is building the front end of the
web application. This course is not designed in a normal fashion or the traditional
fashion. The idea is to learn javascript from start to end. can run javascript on your
os now or on your machine right so just to give you a hint that is possible with the
help of nodejs so node. js is a runtime environment imagine a place where you can
run Javascript. Every time you watch a video do it on your machine. Practice it 's a
programming language right you you will remember everything you have to
practice practice makes you perfect okay so i would also suggest that you change
the code do some experiments and that's how you go so that 's it from this video i
hope you're excited hit that like button.
#1 Getting Started | JavaScript Tutorial for Beginners
The ultimate aim here is to automate things and to solve the real world issues with
the help of virtual world solutions. The questionnaire is variable type your code so
we will be using one of the world best editor not exactly but let's say let's try
notepad here and let's write our code. We will be using a browser to run this code
so maybe i will not run the entire file i just want to execute this statement right so
what we can do is we can open any browser which you like so let me open chrome
here now in chrome i do n't know if you have observed it so if you right click and if
you go to inspect you will get multiple developer options. We will be using the
same thing and we will be jumping to console you see that in the code also we
have mentioned console. log so we are logging. here this is specifically developers
web designers they use this a lot for seeing the output to debug the application to
understand what is happening behind the scenes.
We 'll learn this language on a console writing the javascript as it is without html
and css so basically we don't want to run this on the browser because browser
needs so we have a console here then otherwise we have to use html to see the
output and those stuff. In the next video we 'll see how to install vs code and how
to run node.