So a minifies to be smaller, but in reality b uses drastically less memory, because it's not the definition that matters, but how much space it takes up once executed.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Another example is:
So
a
minifies to be smaller, but in realityb
uses drastically less memory, because it's not the definition that matters, but how much space it takes up once executed.