A function can take multiple parameters by separating them with commas.
Try creating a function with two parameters.
Great work! We can create functions with as many parameters as we like.
Close! Here's a hint: we'll need to declare a parameter first and then add the comma before declaring another.