Let's test the code we wrote by calling user1's updateStatus() method with 'Writing code".
user1
updateStatus()
'Writing code"
Make sure to pick user1 followed by . and then updateStatus, (, "Writing, code", ), ;.
.
updateStatus
(
"Writing
code"
)
;