Programming (Year 11)
Variable Declaration
Which of the following statements declares a variable in JavaScript?
var x = 10;
x = 10;
declare x = 10;
int x = 10;