0
4.3kviews
Explain any two built in objects in JavaScript

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 10M

Year: Dec 2014

1 Answer
0
48views

1) Math Object:

  • To execute mathematical computations, there are some useful methods available from math object.
  • It supports various functions like to find out maximum number, minimum number, power, log, ceil and floor of any number.
  • For example:

    document.write(math.max(19,25,12,56))

    The above statement will find out maximum number among the numbers …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.