We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The only change (besides deleting now-dead code) is to convert the button from this:
[ button [Event.onClick Negate] [text "Negate"]
... to this:
[ button [Event.onClick (HandleRandomValue 11111)] [text "Add"]