Created
February 19, 2017 22:23
-
-
Save basarat/4d4b7874021deb2c72c3fbbf66a67b22 to your computer and use it in GitHub Desktop.
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
console.log('Executing foo'); | |
let foo = 'hello'; | |
export const setFoo = (value)=> foo = value; | |
export const getFoo = ()=> foo; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment