JS Arrow Functions Javascript 25 May 2025 Syntax Arrow functions provide a shorter syntax: let add = (a, b) => a + b; Sources MDN: Arrow functions