Skip to content

Instantly share code, notes, and snippets.

@umutbasal
Created January 18, 2022 10:04
Show Gist options
  • Save umutbasal/7ce3918888bb1822a4f0c1071f0a2c26 to your computer and use it in GitHub Desktop.
Save umutbasal/7ce3918888bb1822a4f0c1071f0a2c26 to your computer and use it in GitHub Desktop.
const _with = (v) => eval(`({${Object.getOwnPropertyNames(eval(v)).join(',')}} = ${v});`)
_with("Math"), (
console.log(cos(PI))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment