• + 0 comments

    console.log(parseInt(secondInteger) + firstInteger); console.log(parseFloat(secondDecimal) + firstDecimal) console.log(firstString + secondString);

    `