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:

സ്വതന്ത്ര കമ്പ്യൂട്ടർ ഭാഷയായ പൈത്തൺ രൂപകൽപ്പന ചെയ്തത് ആരുടെ നേതൃത്വത്തിലാണ് ?
By default a real number is treated as a :
C is a _____ programming language.
What shall we use in the case of safe downcast?
In C language, a hexadecimal number is represented by writing :