Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Last active August 29, 2015 14:25
Show Gist options
  • Save yelouafi/5388142c62b9f3082c8d to your computer and use it in GitHub Desktop.
Save yelouafi/5388142c62b9f3082c8d to your computer and use it in GitHub Desktop.
...
const INIT = Symbol('init');
function update(count, action) {
return ...
: action.type === INIT ? action.data
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment