Which of these lines of code updates the status variable?
status
status = "Working out";
var status = "Working out";
We update a variable without the var keyword.
var