Introduction to ES6 functionsJavascript Arrow Functions Below is a code snippet const func = () => { console.log("This is an arrow function"); };