We'll start with a variable to store the world record. Back in 2008, the record was 9.69 seconds.

Create the record variable and assign 9.69 to it.

Make sure to assemble var record = 9.69;.