Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
t.equal(eval('typeof process'), 'object');
2
t.equal(eval('typeof process.nextTick'), 'function');
3
t.equal(eval('typeof global'), 'object');
4
t.equal(eval('global.xyz'), 555);
5
t.equal(eval('typeof __filename'), 'string');
6
t.equal(eval('typeof __filename'), 'string');
7
8