Challenger App

No.1 PSC Learning App

1M+ Downloads
What is the correct way to declare a variable in JavaScript ?

Adeclare product_name

Bvariable product_name

Cvar product_name

Dchar product_name

Answer:

C. var product_name

Read Explanation:


  • Variables are containers for storing information.
  • Creating a variable in JavaScript is called "declaring" a variable: var carName.
  • In JavaScript, variables are declared using the 'var' keyword, followed by the variable name and an optional initial value.
  • After the declaration, the variable is empty (it has no value).

Related Questions:

The malloc() function in C :
Which of the following system software translate and execute high level language source code, statement by statement ?
_____________ is the correct syntax of IF( ) Function:
Which are the two of the most commonly used languages for CGI Common Gateway Interface scripts?
The symbols used in an assembly language are :