1.

What will be the output of the following code snippetconst str1=’Geeksfor’const str2=’Geeks’const str3=str1.concat(str2)console.log(str3)(A) GeeksforGeeks(B) GeeksGeeksfor(C) undefined(D) None of the above

Answer»


Discussion

No Comment Found

Related InterviewSolutions