``` JS function f3(a) { b = () => eval("arguments[0]"); print(b()); // Should print 1 } f3(1); ``` This throws an error saying arguments is undefined