Answer the following question
Define a global variable used to count question numbers.
.
Answers
Answered by
1
Answer:
In computer programming, a global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout ...
Answered by
0
in JavaScript:
var a = question.length
Similar questions