Does using the ES6 shorthand syntax add a layer of abstraction, and thus slow down the interpreter?
If you look at:
const myFunction = (myPar) => {...