How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
2 6605
Why do we need ajax?
What is a simple example of where a ajax request would be used?
What is the difference between synchronous and asynchronous requests?
What are the extender controls? : asp.net ajax
Why do we use the updateprogress control in ajax? : asp.net ajax
What is the necessary control that must put in order to use Ajax Controls?
What technologies are being used in ajax? : asp.net ajax
What are the types of open() method used for xmlhttprequest?
Which request is better with ajax, get or post?
what is xmlhttprequest?
Explain fetch api in javascript?
What browsers support ajax?
What do I do on the server to interact with an ajax client?
Should I consider ajax?
What are the difference between AJAX and Javascript?