Skip to content

Instantly share code, notes, and snippets.

@emrekasg
Created April 2, 2020 16:34
Show Gist options
  • Save emrekasg/df01471cc37b092beb75fb0870114276 to your computer and use it in GitHub Desktop.
Save emrekasg/df01471cc37b092beb75fb0870114276 to your computer and use it in GitHub Desktop.
for Medium
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