Why is the following code valid Javascript code?
var global = (1,eval)('this'); alert(global);
This is because the operator