1.

In JavaScript, how many different methods can you make an object?

Answer»

In JavaScript, there are several ways to declare or construct an object.


  1. Object.

  2. using Class.

  3. create Method.

  4. Object Literals.

  5. using Function.

  6. Object Constructor.




Discussion

No Comment Found