In this section, you will learn how to learn JavaScript Quickly.
You may find it very difficult to understand advanced JavaScript code. These may happen mainly due to not understanding between JavaScript Predefined element and custom JavaScript element. Here we will try to solve these issues by letting you know which is a predefined JavaScript element or a custom JavaScript element.
Example Code
var brandNames = "Tutorialslides";
In above code left differentiate between the predefined JavaScript element and your custom element.
brandNames & Tutorialslides are custom elements
Lets get started with basics of JavaScript and its History.
- JavaScript was invented by Brendan Eich in 1995.
- JavaScript is the world’s most popular programming language.
- JavaScript is the programming language of the Web.
- JavaScript is easy to learn.
How to Include JavaScript in an HTML Page?
To include JavaScript inside a page, you need to add it before
or else we can add it before 