Triple PlusConsider the following code block. What is the result? let b = "4"; console.log(b +++ 3, b); Select one:44 48 57 543 5Syntax ErrorSubmit