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 separating the parameter names with commas.
By using the params keyword before the parameter names.
params