News

In this repo you will find an approach to teaching arrow functions at high school A level. The tasks and demos have emphasis on visual output -ie affecting the HTML DOM, so the students can learn what ...
Arrow functions, introduced in ECMAScript 6 (ES6), provide a concise syntax for defining functions in JavaScript. They offer a shorter and more expressive way to write functions compared to ...