Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: JAVASCRIPT_INTRO
Description: It'll give you the very concrete idea of JavaScript.After that you will be able to understand the basic working of this technology and how we use it and what are the advantages of this tech. *This most demanding tech *Once you know it, You can make lot of money out of it
Description: It'll give you the very concrete idea of JavaScript.After that you will be able to understand the basic working of this technology and how we use it and what are the advantages of this tech. *This most demanding tech *Once you know it, You can make lot of money out of it
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
** Today we will learn JavaScript from start to end in one video
...
JavaScript does run in browsers
...
That means your browser
knows how to run
...
So in the script tag ,
it has written JavaScript
...
JavaScript gives Strength to the page
...
In browser
JavaScript runs in the client side
...
That
means the computation is not done on the server
...
So how is this happening ? Is there any server ? Who is doing the computation for
us ? Even if you disconnect your internet wire then too you can perform calculations here
...
I will show everything step by step What are JavaScript
variables, operators, assignment operators, functions objects objects and functions objects
...
We will not write code here
because we want to create programs
...
HTML is a must for developing any website
...
JavaScript is used in both frontend and backend
...
CSS is for designing
...
And JavaScript is your memory , your brain
...
CSS contains the things that you need to look beautiful
like hairs, nose , muscles etc And JavaScript will be the brain that thinks and makes use
both of these things and helps in working
...
** Web server is like a computer
...
Processing is done in a fraction of a millisecond
...
So HTML will host these things and it will
be bundled together and will be sent to your browser
...
HTML is a Skelton in which there are skeletal buttons skeleton of forms and input
tags without design
...
If you create a button in
HTML then it will look like this
...
And
it allows client-side scripting
...
Java was popular at that
time and wanted JavaScript to react Java 's level So they made it JavaScript for web pages
...
** Node
...
It can be executed on the browser as well as the server
...
CoffeeScript and TypeScript have been
transpiled into JavaScript
...
You must 've been thinking that coding in JavaScript is boring Python and all we code in VS
code
...
Use whatever editor you 're
comfortable in
...
I like
this because it is from Microsoft and its open source
...
You can use that editor if you like it
...
So I want to teach you JS with the
help of browser first
...
And a boilerplate
of HTML The code you 'll be able to see here
...
Title: JAVASCRIPT_INTRO
Description: It'll give you the very concrete idea of JavaScript.After that you will be able to understand the basic working of this technology and how we use it and what are the advantages of this tech. *This most demanding tech *Once you know it, You can make lot of money out of it
Description: It'll give you the very concrete idea of JavaScript.After that you will be able to understand the basic working of this technology and how we use it and what are the advantages of this tech. *This most demanding tech *Once you know it, You can make lot of money out of it