How do you define parameters in a JavaScript function?
By specifying the parameter names after the function name.
By enclosing the parameter names in square brackets.
By using the params keyword before the parameter names.
params
By separating the parameter names with commas.