• Hello,

    when I execute the following code in the browser or in Node.js, I see the console log with the value 4. In Espruino nothing happens. Do you have an idea why?

    var x = new Function([ 'a' ], 'console.log(a);');
    x.apply({}, [ 4 ]);
    

    Best,

    Tobias

About

Avatar for net-tobi @net-tobi started