Which statement about event emitters is false?
The emit method allows a arbitrary set of arguments to be passed to the listener functions.
Event names must be camelCase strings.
Any values returned by the listeners for an emitted events are ignored.
When an event emitter object emits an event, all of the functions attached to that specific event are called synchronously.