let func = (a) => {} // parentheses optional with one parameter let func = (a, b, c) => {} // parentheses required with multiple parameters