Created
January 18, 2022 10:04
-
-
Save umutbasal/7ce3918888bb1822a4f0c1071f0a2c26 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
| 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