Pinned Loading
-
-
&:
&: 1const self = new Proxy({}, {
2get: (_, prop) => (...args) => obj => obj[prop](...args)
3})
45console.log(['hello', 'world'].map(self.slice(1)))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.