1. global variable
2. local variable
3. Both of the above
4. None of the above
local variable
1. document.location='http://www.newUrl.com';
2. browser.location='http://www.newUrl.com';
3. navigator.location='http://www.newUrl.com';
4. window.location='http://www.newUrl.com';
window.location='http://www.newUrl.com';
1. properties
2. property values
3. property names
4. objects
property names
1. Class, parameters, object’s extensible flag
2. Prototype, class, objects’ parameters
3. Prototype, class, object’s extensible flag
4. Native object, Classes and Interfaces and Object’s extensible flag
Prototype, class, object’s extensible flag
1. prototype stack
2. prototype chain
3. prototype class
4. prototypes
prototype chain
1. Class, parameters, object’s extensible flag
2. Prototype, class, objects’ parameters
3. Prototype, class, object’s extensible flag
4. Native object, Classes and Interfaces and Object’s extensible flag
Prototype, class, object’s extensible flag
1. 3
2. 0
3. 2
4. Error
3
1. Procedures
2. Method
3. Static function
4. Dynamic function
Procedures
1. Code 1
2. Code 2
3. Both Code 1 and Code 2
4. Cannot Compare
Code 1
1. String
2. Object
3. Serialized Object
4. All of the mentioned
Object