Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The JavaScript classes can be instantiated using _____ operator.

a) create
b) new
c) instantiate
d) create.new

Answer: b
Explanation: New is a keyword in JavaScript which is used to define new models. New operator is used to create new instance of the class.

Join The Discussion