Skip to content

Instantly share code, notes, and snippets.

@imsarvesh
Created May 1, 2020 08:22
Show Gist options
  • Save imsarvesh/b387728d670fbc00d6e140558d5eba05 to your computer and use it in GitHub Desktop.
Save imsarvesh/b387728d670fbc00d6e140558d5eba05 to your computer and use it in GitHub Desktop.
const BLOOD_TYPES = {
"O−": ["O−", "O+", "A−", "A+", "B−", "B+", "AB−", "AB+"],
"O+": ["O+", "A+", "B+", "AB+"],
"A−": ["A−", "A+", "AB−", "AB+"],
"A+": ["A+", "AB+"],
"B−": ["B−", "B+", "AB−", "AB+"],
"B+": ["B+", "AB+"],
"AB−": ["AB−", "AB+"],
"AB+": ["AB+"]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment