Skip to content

Instantly share code, notes, and snippets.

@shiftyp
Last active January 30, 2018 03:00
Show Gist options
  • Save shiftyp/fe08e9c6b3ddd58926d30540e931e52b to your computer and use it in GitHub Desktop.
Save shiftyp/fe08e9c6b3ddd58926d30540e931e52b to your computer and use it in GitHub Desktop.
The Coding Test
let a = 1;
let b = 2;
let c = a + b;
module.exports = { a, b, c };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment