Operation on strings

Report a typo

What is the output of the following code?

let firstStr = "Hello!";
let secStr = " world";

console.log(firstStr + secStr, firstStr * secStr);
Select one option from the list
___

Create a free account to access the full topic