Date Functions in Javascripthttp://www.ewebclasses.com/date-functions-javascript/
Date Functions in Javascript: Data functions will work depends on the system time. getDate : it written current date. Example: ...
Date Functions in Javascript: Data functions will work depends on the system time. getDate : it written current date. Example: ...
Math Functions in Javascript: Abs(): it convert the positive and negative number into positive. continue
var a=new.Array(10,20,30,40); for(i=0;i<3;i++) { document.write(a[i]=”<br>”); } Associative array: If any array...
String functions: These functions will work only on strings. Length: It written the length of the string. Syntax: string name....
Predefined functions : These function already defined in javascript libraries, we have mainly 4 types built in functions in php. Th...
User defined function: These functions are defined by user. User defined function should not match with pre defined functions. User can...
Functions: functions are used to reuse the code by calling the function name. javascript supports 2 types of functions. They are Us...