Skip to content

Instantly share code, notes, and snippets.

@giltayar
Last active January 4, 2018 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giltayar/97522e85602faf5fe6bc1ce0521863d3 to your computer and use it in GitHub Desktop.
Save giltayar/97522e85602faf5fe6bc1ce0521863d3 to your computer and use it in GitHub Desktop.
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