Skip to content

Commit

Permalink
feat: add sayFoo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Nov 27, 2020
1 parent b23118f commit c4b2a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// this is a foo
export const foo = 'testing';

function saySay() {
console.log(foo);
}

0 comments on commit c4b2a3b

Please sign in to comment.