UNPKG

nectarjs

Version:

Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

11 lines (8 loc) 148 B
const number = 42; console.log(number); // number = 3; /* parse error */ const test = function() { console.log("Const test:", number); } test();