Which of these lines of code updates the status variable?

status = "Working out";var status = "Working out";

We update a variable without the var keyword.