, , . new
, function
setTimeout
, : fooobar.com/questions/1609902/... ( Firefox: fooobar.com/questions/1609910/...)
setTimeout
,
. , JSON , : ['test1,'test2']
.
Example.html :
<script>
setTimeout(new function() { document.write('test') },0);
</script>
, VM61:1
( ) , / Uncaught SyntaxError
(. ).
, , , . , , , .

new
, !
PS. Internet Explorer 10 ( )
SCRIPT1007: Expected ']'
example.html, line 1 character 9
Firefox 56
SyntaxError: missing ] after element list[Learn More] example.html:2:8