What is the correct way to declare a variable in JavaScript ?
Adeclare product_name
Bvariable product_name
Cvar product_name
Dchar product_name
Adeclare product_name
Bvariable product_name
Cvar product_name
Dchar product_name
Related Questions:
Which of the following statement is /are correct about member functions in a C++ Class?
(i)A member function is defined only outside the class
(ii)A member function with the same name as its class is called a constructor
(iii)A member function operate on class data