Función de flecha sintax en JavaScript

const funcaoDeTesteJavascript = () => {  return "Banana!";}
Important Iguana