``` js actionListeners. addActionListener(alt.actions.UserActions.LOGIN, somethingUndefined); ``` If `somethingUndefined` is `undefined`, it will cause a silent failure. No error is logged and other listeners for `UserActions.LOGIN` are not triggered.