List of questions
Related questions
Question 159 - Certified JavaScript Developer I discussion
A developer writes the code below to return a message to a user attempting to register a new username. If the username is available, a variable named nag is declared and assigned a value on line 03.
What is the value of msg when getAvailableabilityMessage ("newUserName") is executed and get Availability ("newUserName") returns true?
A.
"msg is not defined"
B.
"newUserName"
C.
"User-name available"
D.
undefined
Your answer:
0 comments
Sorted by
Leave a comment first