Skip to content

Instantly share code, notes, and snippets.

@bobfang1992
Created August 8, 2020 14:04
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 bobfang1992/fba3ee642d5d015c81245bd941442a71 to your computer and use it in GitHub Desktop.
Save bobfang1992/fba3ee642d5d015c81245bd941442a71 to your computer and use it in GitHub Desktop.
Hash table

key - value mapping

{
  "name": "Bob"
  "age": 28,
  "sex": "male"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment