We learned how to create a function with a single parameter like display(firstName).
display(firstName)
Make sure to pick display followed by ( and then firstName, ).
display
(
firstName
)