let add = (a, b) => a + b; console.log(add(5, 3)); // خروجی: 8