Home | Mailing List | Blog | Tutorial Videos

Triple Plus

Consider the following code block. What is the result?

let b = "4";

console.log(b +++ 3, b);

Select one: