Build an RPG Character - Build an RPG Character

Test #18 is just saying that when you call the function with the specific arguments given, your code should return that specific string.

But you should be able to call the function with different arguments and the string returned should adapt based on those arguments.

When you hard-code the return, your function always returns the same thing no matter what is passed to it in a function call.