Which three expressions return the string JavaScript?

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;

Answer: B,D,E

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments