Can you identify which code block does not contain a syntax error? Out of the 4 options below, one of them is free from any syntax mistakes.
alert("hello "+3+" times);
alert("hello "+3 times);
alert("hello +3+ times");
alert("hello "+3 +" times);