Skip to content

Instantly share code, notes, and snippets.

@emrekasg
Last active April 2, 2020 16:35
Show Gist options
  • Save emrekasg/390e602933752b6a8b7fe992b1fbbd8b to your computer and use it in GitHub Desktop.
Save emrekasg/390e602933752b6a8b7fe992b1fbbd8b to your computer and use it in GitHub Desktop.
from Medium
export function earn(mymoney,earned){
return mymoney+earned
}
export var mymoney=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment