Skip to content

Instantly share code, notes, and snippets.

@SeaniaTwix
Created June 18, 2020 13:07
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 SeaniaTwix/d703b484ced9328b43c85265fbd1d7b5 to your computer and use it in GitHub Desktop.
Save SeaniaTwix/d703b484ced9328b43c85265fbd1d7b5 to your computer and use it in GitHub Desktop.
import { world } from './world.js'
function something_happen(hello) {
print(`${hello} ${world}`)
}
something_happen('inside: hello')
function (arg1) {
something_happen(arg1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment