Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 8, 2018 11:02
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 sajjadyousefnia/cbce0d56b896cd889cc8c6d99ecb3565 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/cbce0d56b896cd889cc8c6d99ecb3565 to your computer and use it in GitHub Desktop.
print(currenciesMutableMap.get("Nigeria")) // will print Naira
print(currenciesMutableMap["Nigeria"]) // will print Naira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment