Just working on a logger function that does not have to take care about the count of parameter. Something like this and like to use the spread syntax:
var logger = funktion(...params){ console.log.apply(null, params); }
What do you think?
@MaBe started
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.
Just working on a logger function that does not have to take care about the count of parameter. Something like this and like to use the spread syntax:
What do you think?