adplus-dvertising
frame-decoration

Question

The method that can be used to create new properties and also to modify the attributes of existing properties is

a.

Object.defineProperty()

b.

Object.defineProperties()

c.

Both Object.defineProperty() and Object.defineProperties()

d.

None of the mentioned

Answer: (c).Both Object.defineProperty() and Object.defineProperties()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The method that can be used to create new properties and also to modify the attributes of existing properties is

Similar Questions

Discover Related MCQs

Q. The four kinds of class members are

Q. The properties of the objects act like different kinds of class members. They are

Q. The object whose properties are inherited by all instances of the class, and properties whose values are functions behaving like instance methods of the class, is

Q. Which are usually variables that are used internally in object methods and also are globally visible variables?

Q. The class that represents the regular expressions is

Q. Which is the correct code that returns a complex number that is the complex conjugate of this one?

Q. How can we make methods available on all objects?

Q. What is the procedure to add methods to HTMLElement so that they will be inherited by the objects that represent the HTML tags in the current document?

Q. You can refresh the webpage in JavaScript by using

Q. The functions provide() and require() of Dojo toolkit and Google's Closure library are used for

Q. The maximum number of global symbols a module can define is

Q. To define each of the set classes as a property of the sets object (namespace) for the module, the statement is

Q. Consider the following statement

var Set = sets.Set;
var s = new Set(1,2,3);

What could be the efficiency quotient of the above two statements ?

Q. The scope of a function is also called as

Q. Modules that have more than one item in their API can

Q. The provides() function and the exportsobject are used to

Q. Consider the following code snippet

var sets = com.davidflanagan.collections.sets;

What is the programmer trying to do in the above code snippet?

Q. The properties() method is a

Q. What can be done in order to avoid creation of global variables in JavaScript?

Q. The "$" present in the RegExp object is called a