function a(b,c,d){ return b+ "\\n"; return c+ "\\n"; return d+ "\\n"; } a(null,false, NaN)
So why is this