0 votes
in JavaScript by
What is the purpose of using object is method in Javascript?

1 Answer

0 votes
by

Some of the applications of Object's is method are follows,

  1. It is used for comparison of two strings.
  2. It is used for comparison of two numbers.
  3. It is used for comparing the polarity of two numbers.
  4. It is used for comparison of two objects.
...