Last active
January 4, 2018 12:32
-
-
Save giltayar/97522e85602faf5fe6bc1ce0521863d3 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 {handle, spout, tea} from './01-kettle.mjs' | |
console.log(handle) // ==> the handle | |
console.log(spout) // ==> the spout | |
console.log(tea) // ==> hot tea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment