Post
Because I received a coupe of DMs pointing out a bug in this code: in JavaScript “this” is implicitly defined in every function scope. If there is no object attached (function is not a method) it points to the global object (window or globalThis). There is no bug in this code. ecash fixes it globally.
0