Created
April 2, 2020 16:34
-
-
Save emrekasg/df01471cc37b092beb75fb0870114276 to your computer and use it in GitHub Desktop.
for 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
import {earn,mymoney } from "folder/my_module.js"; | |
console.log(mymoney); | |
// Result in console : 1 | |
console.log(earn(11,5)) | |
// Result in console : 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment