Introduction to JavaScript + Setup | JavaScript Tutorial in Hindi #1

CodeWithHarry
14 Jul 202213:45

Summary

TLDRThis video script introduces viewers to the world of JavaScript, emphasizing its importance for web developers. The instructor promises a comprehensive course covering JavaScript from basics to advanced concepts, complete with notes, source code, and interactive resources. The script outlines various ways to execute JavaScript, including in-browser execution and using runtimes like Node.js. It also introduces Replit as a platform for running JavaScript and provides a simple example of a program that adds three numbers, hinting at the course's practical approach to learning.

Takeaways

  • 🌐 JavaScript is essential for web development, with mastery leading to success in creating interactive web applications.
  • πŸ“š The course offers comprehensive learning resources including handwritten notes and source code.
  • πŸ‘¨β€πŸ« The instructor emphasizes the importance of starting from scratch to build a strong foundation in programming.
  • πŸ’‘ Programming is described as a method of communication with computers, requiring clear and precise instructions.
  • 🧠 Computers are referred to as 'dumb machines' that need explicit directions to perform tasks.
  • πŸ” The video introduces ECMAScript as the standard for JavaScript, ensuring consistency across different browsers and platforms.
  • πŸš€ JavaScript's liberal nature is highlighted, where it attempts to execute code even without strict syntax like semicolons.
  • πŸ› οΈ Multiple methods to execute JavaScript are discussed, including in-browser consoles, Node.js, and platforms like Replit.
  • πŸ”§ The video demonstrates practical execution of JavaScript using browser consoles and Replit, showcasing interactivity.
  • πŸ“ˆ The course promises to be game-changing, starting with basic concepts and advancing to more complex programming techniques.

Q & A

  • Why is JavaScript considered essential for web development?

    -JavaScript is essential for web development because it allows the creation of interactive and dynamic web applications. Without JavaScript, web pages would be static, and many modern web functionalities would not be possible.

  • What does the instructor promise to provide in the JavaScript course?

    -The instructor promises to provide a comprehensive JavaScript course with handwritten notes, source code, and many more resources, covering JavaScript from the basics to advanced concepts.

  • Why does the instructor include an 'Intro to Programming' in a JavaScript course?

    -The instructor includes an 'Intro to Programming' to ensure that learners start from scratch, which is beneficial for those who have never done programming before, allowing them to understand the basics before diving into JavaScript.

  • How does the instructor describe the computer in terms of understanding instructions?

    -The instructor describes the computer as a 'dumb machine' that requires clear, straightforward instructions to perform tasks, unlike humans who can understand and infer from vague or incomplete instructions.

  • What is the purpose of ECMAScript in the context of JavaScript?

    -ECMAScript is a standard for JavaScript that ensures consistency across different browsers and platforms. It defines the core features of the language, allowing for interoperability and preventing fragmentation of the language.

  • Why is JavaScript described as 'liberal' in the script?

    -JavaScript is described as 'liberal' because it allows for a lot of flexibility in coding practices. It tries to autocorrect code and avoid throwing errors, even when certain syntax rules like the omission of semicolons are not followed.

  • How can JavaScript be executed according to the script?

    -JavaScript can be executed in various ways, including inside a web browser, using a runtime like Node.js, embedding script tags in HTML documents, or using platforms like Replit.

  • What is the significance of the v8 engine mentioned in the script?

    -The v8 engine is significant because it is the JavaScript engine that powers Google Chrome. It was extracted and used in Node.js, allowing JavaScript to be run outside the browser environment.

  • What is Replit and how does it relate to JavaScript execution?

    -Replit is a platform that allows users to write, run, and share code. It is particularly useful for executing JavaScript code in a browser-based environment, making it accessible to users without the need for a local development setup.

  • How does the instructor demonstrate the execution of JavaScript in the script?

    -The instructor demonstrates the execution of JavaScript by showing how to write 'console.log("Hello World")' in the browser console and in Replit, highlighting the ease of running JavaScript code in these environments.

Outlines

00:00

🌐 Introduction to JavaScript and Its Importance

The speaker emphasizes the significance of JavaScript in web development, stating that without knowledge of JavaScript, it's challenging to become a successful web developer. Mastery of JavaScript, however, can lead to great success. The course aims to teach JavaScript comprehensively, from basics to advanced concepts, using resources like handwritten notes and source code. The speaker introduces the first video, which will cover an introduction to programming, explaining that programming is a method of communication with computers, akin to human languages but with a precise structure. The speaker uses analogies to illustrate the computer's literal interpretation of commands and introduces the concept of ECMAScript as a standard for JavaScript to ensure consistency across different browsers and platforms.

05:01

πŸ’» Execution Methods of JavaScript

The speaker discusses various ways to execute JavaScript, highlighting its role in creating interactive web applications. JavaScript can be executed within a browser, as seen on platforms like Facebook, Google, and Twitter, where content changes dynamically without page reloads. The speaker demonstrates executing JavaScript in a browser's console and introduces Node.js, a runtime that allows JavaScript to run outside the browser, created by Ryan Dahl. The speaker also mentions executing JavaScript by embedding script tags in HTML documents and introduces Replit, an online platform for running JavaScript code. Replit is described as user-friendly, allowing even those without a laptop to execute JavaScript on their phones. The speaker guides viewers on creating a Replit project and demonstrates a simple JavaScript program that adds three numbers.

10:03

πŸ“š Conclusion and Future Course Content

The speaker concludes the video by promising engaging and powerful JavaScript programs in upcoming videos, which will be organized into a playlist for easy access. They mention creating a folder on Replit for the course, named 'Ultimate JavaScript Course - CodeWithHarry', and plan to add all future videos and code to this folder. The speaker also shares a simple program that adds three specific numbers and encourages viewers to copy-paste the code to familiarize themselves with Replit. They express their intention to provide PDFs for all chapters, starting with the introduction chapter, and assure viewers that following the course will make them JavaScript champions.

Mindmap

Keywords

πŸ’‘JavaScript

JavaScript is a high-level, interpreted programming language that is widely used for adding interactivity to web pages. It allows developers to create dynamic content, handle events, and manipulate the Document Object Model (DOM) of an HTML page. In the video, JavaScript is emphasized as an essential skill for web developers, with the presenter stating that mastering it is crucial for success in web development.

πŸ’‘Web Developer

A web developer is a professional who designs, codes, and maintains websites, including their structure, layout, and programming. The video underscores the importance of JavaScript for web developers, suggesting that without knowledge of JavaScript, it is difficult to become a successful web developer.

πŸ’‘ECMAScript

ECMAScript is a scripting-language specification standardized by ECMA International. It is most commonly known as the foundation for JavaScript. The video explains that ECMAScript is a standard that ensures consistency across different JavaScript implementations, allowing developers to write code that works across various browsers and platforms.

πŸ’‘Programming

Programming is the process of creating a set of instructions that tell a computer how to perform a task. The video introduces programming as a method of communication with computers, emphasizing that it's a way to give precise instructions to a computer to perform specific actions, which is fundamental to the concept of creating web applications.

πŸ’‘HTML

HTML, or HyperText Markup Language, is the standard markup language used to create web pages. The video mentions HTML in the context of embedding JavaScript within an HTML document using script tags, which is one way to execute JavaScript code on a webpage.

πŸ’‘Node.js

Node.js, often referred to as Node, is an open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript on the server side. The video introduces Node.js as a way to execute JavaScript outside the browser, which was pioneered by Ryan Dahl and has since become a popular tool for backend development.

πŸ’‘Replit

Replit is an online integrated development environment (IDE) that allows users to write, compile, and run code in the cloud. The video highlights Replit as a platform for executing JavaScript, making it accessible to users who may not have a local development environment or a powerful computer.

πŸ’‘Console

The console in web development refers to a debugging tool built into web browsers that allows developers to interact with the browser and see the output of their JavaScript code. The video demonstrates using the console to execute JavaScript code and view the output, such as printing 'Hello World'.

πŸ’‘Function

In programming, a function is a reusable block of code that performs a specific task. The video briefly introduces the concept of functions in JavaScript, although it does not delve into the specifics. Functions are a fundamental part of JavaScript, allowing developers to organize code into modular, reusable pieces.

πŸ’‘Variable

A variable in programming is a storage location paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value. The video uses variables in the context of a JavaScript program that adds three numbers, illustrating how variables are used to store and manipulate data within the code.

πŸ’‘Document Object Model (DOM)

The DOM is a programming interface for HTML, XML, and SVG documents. It provides a structured representation of the document, allowing scripts to change document structure, style, and content. Although not explicitly mentioned in the video, the DOM is a fundamental concept in web development with JavaScript, as it is the means through which JavaScript interacts with and manipulates web pages.

Highlights

JavaScript is essential for creating powerful web applications.

Mastering JavaScript is key to becoming a successful web developer.

The course offers comprehensive learning resources including handwritten notes and source code.

The course starts with an introduction to programming, emphasizing the basics.

Programming is described as a method to communicate with computers.

Computers are referred to as 'dumb machines' that require clear, direct instructions.

JavaScript can execute tasks that are difficult for humans with ease.

ECMAScript is introduced as the standard for JavaScript development.

JavaScript's liberal nature is highlighted, allowing for flexible coding practices.

Executing JavaScript can be done in various ways, including in-browser and through runtimes like Node.js.

Replit is introduced as a platform for executing JavaScript without the need for a powerful device.

The course will cover JavaScript from basic to advanced concepts, ensuring a game-changing learning experience.

The instructor demonstrates how to execute JavaScript in the browser console.

Node.js is explained as a runtime that allows JavaScript to run outside the browser.

The instructor shows how to create and execute JavaScript code on Replit.

The course includes practical examples, such as a simple program to add three numbers.

The instructor promises to provide PDFs for all upcoming chapters to support learning.

The course aims to make learners champions in JavaScript.

Transcripts

play00:00

JavaScript is an amazing language

play00:01

that allows you to create powerful web applications.

play00:04

If in today's date you do not know JavaScript

play00:06

So hardly you guys can become a successful web developer

play00:10

On the other hand, if you guys have mastered JavaScript

play00:11

if you people have become a master of JavaScript

play00:13

then you guys can become a very successful web developer.

play00:16

And you guys will be able to do that work,

play00:18

which other people do very hard, very easily.

play00:21

In this course,

play00:22

with Handwritten notes, Source code

play00:24

and many more resources,

play00:26

we will learn JavaScript from starting to end,

play00:29

I'm here for you guys to make things a lot easier

play00:32

Request from you people: Like this video,

play00:34

write on the comment below

play00:35

"This JavaScript course is helpful"

play00:37

Our first video will be. Intro to programming,

play00:39

in which I will introduce you to programming.

play00:41

And many of you,

play00:42

Perhaps

play00:43

Introduction to programming,

play00:44

would not have been expected in JavaScript course.

play00:46

But the fun of learning somewhere from scratch is something else.

play00:49

We'll start with the basics

play00:51

and then will raise the bar like anything

play00:53

I can assure you,

play00:53

this JavaScript course is going to be game changing for many of you career.

play00:58

This is the ultimate JavaScript course

play01:00

Let's get started

play01:07

So guys I'm in my computer screen

play01:09

as you guys can see

play01:10

And here I would like to introduce you guys from PDF,

play01:14

which I have created for you people.

play01:16

Here you will find all the notes: Inside this course

play01:18

So let me start from introduction to programming.

play01:21

Programming is a way to talk to a computer

play01:23

If you have never done programming in your life

play01:26

so let me tell you guys

play01:27

that in Hindi, in English, in Bengali,

play01:30

in Spanish, in Japanese, or in Chinese

play01:32

The way we talk to others:

play01:35

In the same way, to talk to the computer,

play01:37

we have to adopt a method,

play01:40

and this method is called programming.

play01:42

We call this protocol as a programming

play01:43

I hope you guys understand what programming is

play01:46

What is a computer, it is a very dumb machine

play01:49

And if you ask him to do any work,

play01:51

he will not do it.

play01:53

Like if you tell the computer that man, make a tea and bring it

play01:57

will you have tea?

play01:57

will not get it

play01:58

if i say to my computer to recharge my phone, some cheap one

play02:01

Will he understand!, he will never understand

play02:03

Say do recharge of 310, even then you will not understand

play02:06

Okay

play02:06

So you have to tell the computer

play02:08

very clearly straight forward,

play02:10

do this, do it like this, okay

play02:12

add (1 + 2), then the computer will do

play02:14

If you want to get any work done using any application,

play02:18

from computer

play02:18

then it will do it

play02:19

Like if I write here

play02:21

45 + 8 =

play02:24

so 53, it told me

play02:27

Here which application it used, Chrome

play02:29

Because all the logic of has been written,

play02:31

It knows what to do: Inside it.

play02:34

See, if I tell him to make tea,

play02:35

then make tea, he does not know

play02:36

That's why I called the computer dumb over here, okay

play02:39

Suppose you tell someone that man,

play02:41

I am very hungry, bring some cereals to eat.

play02:44

and he brings you a DVD of a serial and gives it to you.

play02:46

So what would you say

play02:47

I wanted to ate cereals, I didn't want this DVD

play02:51

Don't want to see a little bit: mother-in-law, daughter-in-law

play02:55

Balika Vadhu or else Ghar-Ghar ki kahani

play02:58

or else Kasauti zindagi ki

play03:01

You got the point, Okay.

play03:03

So if someone brings you the DVD of that serial,

play03:04

then you will tell him only that don't get my mind worse

play03:07

Already my mind is getting worse, I am feeling hungry here.

play03:09

Bring me cereal to eat, not the DVD of this serial.

play03:12

So in this way, if you speak anything to the computer,

play03:15

it will not work for you.

play03:16

Because computer is a dumb machine: I already told you

play03:19

This is what I wrote in the notes:

play03:21

Programming is the act of constructing a program

play03:23

a set of precise structure telling a computer what to do.

play03:25

You have to clearly tell the computer to do this, do it like this

play03:30

and it will do your job

play03:31

If the computer is dumb then why should the computer do it?

play03:33

why don't you pick it up and throw it away?

play03:35

Do not throw it because

play03:37

some work is such that computer can do faster than human.

play03:40

Can't do it smarter than a human,

play03:43

can do faster than humans

play03:45

We do it because of speed, we can do it because of accuracy

play03:49

we can use the computer.

play03:50

Because if you tell to which person, how much would (4 + 3) be:

play03:52

Maybe once tell you 6, but computer will never tell you 6,

play03:57

given that you have programmed it correctly.

play03:59

It is not that you are asking the computer 3 times,

play04:00

how much would (4 + 3) be: it would tell you 7

play04:02

And the fourth time by telling you 10, put you in the dark.

play04:06

Computer is very loyal, ok

play04:08

Now let's talk about the ECMA Script here

play04:10

And then I will tell you people, how will we execute JavaScript

play04:14

ECMA Script A Standard: Of JavaScript

play04:17

That is, anytime you write about JavaScript,

play04:20

or add something to it.

play04:22

Let us say

play04:23

You think this language:, want to add in, a feature (x), ok

play04:28

So you would add in ECMA script, which is a standard:

play04:30

JavaScript that follows

play04:32

Let me tell you a little history about this thing.

play04:34

It happened in the first 90's, late 90's,

play04:38

when JavaScript was being developed

play04:39

When this happened,

play04:40

when a lot of people

play04:42

were working on different features of JavaScript.

play04:44

Somebody was saying that add this thing in JavaScript,

play04:46

some one was saying add that thing in JavaScript

play04:48

there was no one standard

play04:49

That's why ECMA Script was made a standard.

play04:51

Whatever things are added,

play04:52

it should not happen that my JavaScript is running separately,

play04:55

your JavaScript is running separately.

play04:56

If I have made a browser

play04:57

then your JavaScript is not running in my browser

play04:59

You have made a browser,

play05:01

so your JavaScript is not in me,

play05:02

mine is not in you,

play05:03

we do not want all these things

play05:04

We need a standard here, which everyone will follow,

play05:08

do well to follow

play05:09

And we 'll understand what's going on, Okay.

play05:12

So that's why we made ECMA Script a standard

play05:16

If anyone ever tells you, Ecma Script

play05:17

So you can use interchangeably JavaScript and ECMA script.

play05:21

In almost, all the cases, Okay.

play05:24

After this wrote a line: I have here

play05:26

JavaScript is very liberal in what it allows

play05:29

That is, JavaScript allows you

play05:32

Doing almost anything.

play05:33

will never throw an error,

play05:35

when there is too much limit

play05:36

when it is seen throwing an error JavaScript

play05:39

Do not put semicolon (;), will not throw error

play05:41

JavaScript will always try to do something,

play05:43

which autocorrects the code you have written,

play05:47

and throws the least error.

play05:48

So that's why JavaScript is called Liberal here.

play05:50

So now i scroll down

play05:52

why is it not scrolling

play05:55

my computer hangs

play05:57

Someone: call a municipality

play06:02

I don't know what happened,

play06:03

I had to plug it back out of the mouse, after that it worked

play06:05

so let's talk now how to execute JavaScript

play06:07

See, there are several ways to execute JavaScript:

play06:11

You can execute JavaScript inside the browser.

play06:14

Whenever you visit the website

play06:15

such as a website like Facebook,

play06:17

Or if you also look on Google

play06:20

And then you, I will give an example of a good website.

play06:23

You look at Twitter, ok

play06:24

So the content you have there changes.

play06:28

and changes happen without reloading

play06:30

we can talk on WhatsApp web

play06:31

You sent a message to a friend on WhatsApp Web,

play06:33

and the message has come to you

play06:35

You didn't need to reload the page

play06:37

What is all this? it's all JavaScript

play06:38

I don't know my friend what do you keep messaging

play06:41

Songs, Identification card, PAN card, Marksheet

play06:45

I don't know what keep messaging me in WhatsApp

play06:46

I say what's going on

play06:47

He says he wants to transfer to computer

play06:50

i say i only get you to transfer,

play06:52

send me everything

play06:54

So people do it, okay

play06:55

So we use JavaScript to create interactive web applications.

play07:01

And one of the best, easy and clear way to execute JavaScript,

play07:06

straight forward way is browser.

play07:07

Like if I open new here then right click and inspect

play07:11

Go to console, here I'll write console.log("Hello") and I'll say "Hello", ok

play07:16

Let me write "Hello World"

play07:16

hit enter to see "Hello World" printed here

play07:18

Now I will explain this JavaScript, what is written

play07:20

What is console, what is console.log

play07:22

What kind of functions are there in JavaScript, what are they

play07:25

I will tell you all this, so don't be confused: what are all,

play07:27

if you are a programming beginner

play07:28

So overall by opening new then right clicking, inspecting

play07:32

you can execute JavaScript

play07:33

So this is the birth right of all of you people: Okay,

play07:36

Now another way to execute JavaScript copy, use a runtime

play07:39

like node Js,

play07:40

what is node Js

play07:41

What did someone do,

play07:42

which is the engine inside the browser,

play07:44

which was the v8 engine, put it inside a C# program.

play07:47

So that JavaScript can be run outside browser

play07:51

This person's name was Ryan Dahl, and he did this work.

play07:53

in order to execute JavaScript

play07:55

in order to CWT of JavaScript outside of the browser

play08:00

That's why he worked

play08:01

And they got a lot of success by doing this work.

play08:03

People appreciated his program very much

play08:05

and call it JavaScript runtime

play08:07

Node JS as you all can install inside your computer

play08:09

and run JavaScript code

play08:11

Another way is to execute JavaScript

play08:14

You can put script tag inside Html

play08:18

You can put script tags inside the Html document.

play08:20

And there you guys, when you execute the HTML page,

play08:23

you will see the JavaScript being executed

play08:26

But I will tell you another way to execute JavaScript here.

play08:31

and that is Replit, Okay.

play08:32

Replit

play08:33

What is replit now?

play08:34

i tell you guys

play08:34

If you guys are associated with this channel,

play08:36

then you people would probably know.

play08:37

that what is replit?

play08:38

Replit Basically is a very powerful platform:

play08:40

through which we can run JavaScript.

play08:42

If you guys have phone etc.,

play08:43

overall you can run JavaScript here

play08:45

I will tell you the code, it will be easy

play08:48

Simultaneously if you people do not have a laptop,

play08:52

some people do not have them.

play08:53

Those people can also execute JavaScript on the phone

play08:56

They don't need any fancy laptop, phone,

play08:59

that means powerful phone.

play09:00

You can run from normal to phone, if you want, JavaScript

play09:04

so what i will do here, i will show you guys how replit works

play09:07

You can make a repl in this

play09:09

So look at this, I made all these repls:

play09:12

It's my private repl, okay

play09:13

I won't show it to you

play09:15

Now this is something I made a public repls:

play09:16

which I wrote the code, to give to you people, ok

play09:21

So all these repls are made

play09:24

But for the sake of this course,

play09:25

which I'm going to make a repls for.

play09:26

I will create a folder for that

play09:28

And I'll name it, Ultimate JavaScript Course - CodeWithHarry

play09:35

Okay

play09:36

And here I will click on create folder

play09:37

And after clicking on Create Folder,

play09:39

you will see a folder has been created here

play09:40

Ultimate JavaScript Course - CodeWithHarry

play09:43

So in this way you people can organize in folders

play09:45

Now I can make a new repl inside it

play09:46

Okay

play09:47

So here I will name this repl 01

play09:51

0, is not even 01

play09:52

00 will give

play09:53

I search here the template of JavaScript

play09:56

JavaScript, Okay.

play09:58

And here for the JavaScript, I'll just use the latest with node Js,

play10:03

Now what is the node Js: I have already told you people

play10:05

So I'll name it, 00_Introduction_to_Js

play10:12

Okay

play10:13

And this would be the name of my file, i.e. the title of the repl

play10:16

And I'll click on create a repl,

play10:17

obviously, it will be public,

play10:18

so that all of you people get the code that I am going to write

play10:21

And you guys see here, it's loading all the files

play10:24

And if I write here, console.log("Hello World")

play10:29

and then run this repl

play10:32

So you guys look over here, Hello World I see

play10:36

Okay!

play10:37

Now here you see, I will show you one thing.

play10:39

This replit's feature:

play10:41

I will right click here,

play10:42

and after right click I will click on generate code

play10:44

And suppose I write here

play10:47

write a program to add three numbers

play10:52

and i click on generate

play10:53

This is not a feature of JavaScript, it is a feature of Replit:

play10:56

I will tell you guys.

play10:57

I just want to tell you people

play10:59

how you guys can do this kind of work.

play11:02

So also the advanced features of Replit: Like I showed you here

play11:05

But we will walk slowly,

play11:07

I do not want to sin more by showing all this to you people now.

play11:10

This is a function: in JavaScript

play11:12

I'll tell you what the function is, in JavaScript

play11:14

Don't you think that in the first video the function was written,

play11:16

not even told what happens

play11:18

Simply want to write some code and want to show you people

play11:21

how powerful JavaScript is:

play11:23

This is the code to add three numbers:

play11:24

Okay!

play11:25

And if I write here, let c =

play11:29

I am going to assume that you do not understand this code.

play11:30

Okay

play11:31

But we will understand in the coming time

play11:34

that what would have happened to this thing.

play11:36

I just want to show you by writing some code

play11:37

And I want to familiarize you guys with replit

play11:39

Look if I run it, it is printing 57

play11:42

It added three numbers, okay

play11:44

What is console.log, what is function keyword,

play11:47

What did we do

play11:48

Why this bracket was put, why did it do this,

play11:49

it was done like this,

play11:50

you will know all this in the upcoming video

play11:52

Now just do a copy, do copy-paste

play11:54

And don't tell me that I don't copy-paste

play11:56

Know you guys who: in exams

play11:59

I know

play12:00

know all

play12:01

So that was all about just video,

play12:03

i hope you guys had fun

play12:04

I'll do one thing, make a playlist of JavaScript course

play12:07

so that you guys will get to know better

play12:09

When are all the videos being uploaded

play12:11

You will get to see all the videos in one place.

play12:13

So I'll make a playlist

play12:14

And in replit, I have also made a playlist here

play12:16

regarding the JavaScript course

play12:17

And for you guys which is Simply, Ultimate JavaScript Course

play12:20

Accessing This Folder,

play12:21

Will Keep Putting It In, Videos From The Series

play12:23

You guys have access to all the repls

play12:25

I will also put the repl link in the description

play12:27

As I write the program, I will give you the link of repl

play12:31

And here I am to improve this program a little bit.

play12:33

I write

play12:34

This program adds three numbers

play12:40

Okay

play12:41

don't adds three numbers, adds 1, 2 and 54, Okay

play12:46

So I have taken a very simple program,

play12:47

which adds three numbers.

play12:48

I know, will it feel, this thing is not making any sense

play12:51

But in the coming videos we will write such programs.

play12:53

Which you will enjoy seeing,

play12:54

and "WOW" will come out of your mouth

play12:56

So with that said,

play12:57

I conclude this video

play12:58

see you in upcoming videos

play13:00

And I want to tell you people that this is a PDF

play13:02

I will give you the link in the description

play13:05

also download this.

play13:06

Right now we have only the first chapter, the zero chapter,

play13:09

the introduction chapter which: it has just arrived

play13:11

I will also give you the PDF of the first chapter

play13:13

You will continue to get PDFs of all the upcoming chapters.

play13:16

And after seeing these codes,

play13:18

you guys will become the champion of JavaScript,

play13:19

that's my promise.

play13:21

So guys that's all in this video for now

play13:22

Thankyou so much guys for watching this video

play13:24

And i will see you next time.

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
JavaScriptWeb DevelopmentProgrammingECMAScriptInteractive WebCode TutorialDeveloper SkillsReplit PlatformNode.jsCoding Basics