Thats not true — Function constructor has access to global variables (as seen in the screenshot you have shared).
However, at least in Node.js, you can use https://nodejs.org/api/vm.html to create a completely new execution context.
Thats not true — Function constructor has access to global variables (as seen in the screenshot you have shared).
However, at least in Node.js, you can use https://nodejs.org/api/vm.html to create a completely new execution context.
Written by