Assessment wanted for Functions 3 skills Text

I think I may have gotten confused with the instructions, nevertheless here is what I have for Assessment 3 for functions. Any feedback helps.

@Eli.b.goode hi there!

I’ve looked at your code, and it certainly look like you are on the right track with this. I don’t think you need to pass explicit min and max arguments into the function, as generally you’ll always want to choose a random name from any of the names available (so the min and max values could always just be 0 and names.length).

You can see how we did it here: https://github.com/mdn/learning-area/blob/master/javascript/building-blocks/tasks/functions/marking.md#task-3