Which of the following keywords is used to create variables in JavaScript?

variable

value

var

number

var

The keyword used to create variables in JavaScript is "var".

The keyword used to create variables in JavaScript is "var."