If we have multiple return statements, whichever one gets run first exits the function. Here, only 290 gets returned.
return
290
Make sure to pick return, followed by "This line doesn't execute", and finally ;.
"This line doesn't execute"
;