Mathematical operations in JavaScript

Hello Everyone in this post I am going to tell the basic rule Mathematical operations and Order of there Operations in JavaScript.

Rules for Creating a Variable in JavaScript

Hello Everyone in this post I am going to tell the basic rule which should be kept in mind before creating variables. This rules are almost same for php and other programing languages

Java Script Built-In Functions to change Data types

In this post i will be telling about some JavaScript in built function which can be used to convert our data type from one to another.

Why do we use $(document).ready() at the top of our script?

Many of you might be wondering that way do we always use our javascript inside $(document).ready() in this Post i will tell you why do we use it and what if we don't write our script inside $(document).ready() function