Last active
April 2, 2020 16:35
-
-
Save emrekasg/390e602933752b6a8b7fe992b1fbbd8b to your computer and use it in GitHub Desktop.
from Medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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