Skip to content

Commit

Permalink
second iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Jul 21, 2015
1 parent c7a7fda commit 45774fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
@@ -1 +1 @@
export default item => item + ' yay';
export default item => `${item} yay`;

0 comments on commit 45774fb

Please sign in to comment.