ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 184 - Certified JavaScript Developer I discussion

Report
Export

Refer to the code declarations below:

Which three expressions return the string JavaScript?

Choose 3 answers

A.
Str1.join (str2);
Answers
A.
Str1.join (str2);
B.
Str1.concat (str2);
Answers
B.
Str1.concat (str2);
C.
Concat (str1, str2);
Answers
C.
Concat (str1, str2);
D.
$(str1) $ (str2} ';
Answers
D.
$(str1) $ (str2} ';
E.
Str1 + str2;
Answers
E.
Str1 + str2;
Suggested answer: B, D, E
asked 23/09/2024
Steve Parnell
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first