Skip to content

Instantly share code, notes, and snippets.

@mattiasb
Created May 3, 2014 18:23
Show Gist options
  • Save mattiasb/dc6c4211f5fbec41588c to your computer and use it in GitHub Desktop.
Save mattiasb/dc6c4211f5fbec41588c to your computer and use it in GitHub Desktop.
wee
const Transportation = {
CAR: 0,
BIKE: 1,
PEDESTRIAN: 2
};
Transportation.toString = function toString(transportation) {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment