0 / 60 seg.

To concatenate two strings, "Hello" and "World", what is the correct method?

const str1 = "Hello";
const str2 = "World";