JavaScript

List of Javascript Reserved Words

Try to avoid some List of JavaScript reserved words when coding. When we code / write a program in JavaScript or any other language sometime we need to declare variable …

LEARN HOW

Basic Rules of JavaScript Syntax

Basically JavaScript syntax is used to write JavaScript properly. In definition, it is a set of rules that define how JavaScript program are constructed or correctly structured JavaScript program.   …

LEARN HOW

What Can JavaScript Do?

In this post I will show some example of what can JavaScript do? in an html page. JavaScript is the most popular and easy language in the world. Some language are …

LEARN HOW

JavaScript Code on HTML Page

Today I will show  how to write JavaScript code on HTML page: All the JavaScript code you have to write in  HTML page. If you do not know HTML basic then …

LEARN HOW

Introducing JavaScript

Today I will introduce with JavaScript: JavaScript is client side scripting language; it means its run on client pc (run on client browser). JavaScript and JAVA are two different languages. JAVA is …

LEARN HOW