• 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?

About

Avatar for MaBe @MaBe started