What is the output of the following code?
let firstStr = "Hello!";
let secStr = " world";
console.log(firstStr + secStr, firstStr * secStr);What is the output of the following code?
let firstStr = "Hello!";
let secStr = " world";
console.log(firstStr + secStr, firstStr * secStr);Create a free account to access the full topic