Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 6, 2019 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b0bcba84d2e3bf028c146dd1ca95c10f to your computer and use it in GitHub Desktop.
Save parzibyte/b0bcba84d2e3bf028c146dd1ca95c10f to your computer and use it in GitHub Desktop.
const equivalencias = {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4,
"5": 5,
"6": 6,
"7": 7,
"8": 8,
"9": 9,
"A": 10,
"B": 11,
"C": 12,
"D": 13,
"E": 14,
"F": 15,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment