List of questions
Related questions
Question 184 - Certified JavaScript Developer I discussion
Refer to the code declarations below:
Which three expressions return the string JavaScript?
Choose 3 answers
A.
Str1.join (str2);
B.
Str1.concat (str2);
C.
Concat (str1, str2);
D.
$(str1) $ (str2} ';
E.
Str1 + str2;
Your answer:
0 comments
Sorted by
Leave a comment first