For a start, we can use variables inside functions. Like creating var name = "Ron"; and using it in the display statement.

Make sure to pick var followed by name and then =, "Ron", ;.