Created
March 9, 2019 15:30
-
-
Save Violet-Bora-Lee/d653ae500d9d49c5d7451ed66d91f9f4 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
import { times, plusTwo } from './util.js'; | |
console.log(times(2)); | |
console.log(plusTwo(3)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment