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