Skip to content

Instantly share code, notes, and snippets.

@basarat
Created February 19, 2017 22:23
Show Gist options
  • Save basarat/4d4b7874021deb2c72c3fbbf66a67b22 to your computer and use it in GitHub Desktop.
Save basarat/4d4b7874021deb2c72c3fbbf66a67b22 to your computer and use it in GitHub Desktop.
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