Simple example for array in javascript

     The JavaScript Array object is a global object that is used in the construction of arrays; which are high-level, list-like objects.

Example

var ar=[1,2,3,4,5];


Example Program:- (Editor)


Editor is Loading...

Advertisement

Related Posts:

  • Math.min() in javascript     The Math.min() function returns the smallest of zero or more numbers. min() is a static method of Math, you always use it as Math.… Read More
  • Math.random() in javascript     The Math.random() function returns a floating-point, pseudo-random number in the range [0, 1] that is, from 0 (inclusive) up to bu… Read More
  • Math.round() in javascript     The Math.round() function returns the value of a number rounded to the nearest integer. If the fractional portion of number is 0.5… Read More
  • Math.max() in javascript     The Math.max() function returns the largest of zero or more numbers. max() is a static method of Math, you always use it as Math.m… Read More
  • Math.floor() in javascript     The Math.floor() function returns the largest integer less than or equal to a given number. floor() is a static method of Mat… Read More

0 nhận xét:

Đăng nhận xét