News

Javascript Arrow Functions (aka () => {} notation) 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 ...
Arrow Functions in JavaScript 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 ...