Skip to content

Instantly share code, notes, and snippets.

@galElmalah
Created May 27, 2020 05:22
Show Gist options
  • Save galElmalah/a44353e93c59bbcee545658d34b4d481 to your computer and use it in GitHub Desktop.
Save galElmalah/a44353e93c59bbcee545658d34b4d481 to your computer and use it in GitHub Desktop.
action types
const ACTIONS = {
SORT: "SORT",
COMPARE: "COMPARE",
SWAP: "SWAP",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment