Skip to content

Instantly share code, notes, and snippets.

View galeyang's full-sized avatar

Gale Yang galeyang

View GitHub Profile
@galeyang
galeyang / hint.txt
Last active June 11, 2019 00:00 — forked from legalcodes/hint.txt
Practice Using async and await
Did you remember to add the async keyword to the getChange function?
Did you remember to use the await keyword before invoking getDollarAmount?
Remember: 'getChange' needs to return a future!