Question
When a JavaScript variable is declared, its data type must be specified.
True
false
True
false
Answers
There are no human answers yet.
Answered by
GPT 3.5
False. JavaScript variables do not require a specific data type to be specified when declared. JavaScript is a loosely typed language and the data type of a variable is determined dynamically based on the value assigned to it.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.