CIW
1D0-635 · Question #8
Which of the following will correctly declare the EmployeeID variable as a string data type?
The correct answer is D. var EmployeeID = "123". See the full explanation below for the reasoning.
Question
Which of the following will correctly declare the EmployeeID variable as a string data type?
Options
- Astring EmployeeID = 123;
- Bstring EmployeeID = "123";
- Cvar EmployeeID = 123;
- Dvar EmployeeID = "123";
How the community answered
(53 responses)- A6% (3)
- B4% (2)
- C11% (6)
- D79% (42)
Community Discussion
No community discussion yet for this question.