Expert Developer JavaScript Question:
How generic objects can be created?
Answer:
Generic objects can be created as:
var I = new object();
var I = new object();
Previous Question | Next Question |
Whether JavaScript has concept level scope? | How to find operating system in the client machine using JavaScript? |