// JavaScript - arrow function const add = (a, b) => a + b;