The hint with the blur event was meant for developers. In HTML you have certain events you can listen to in JavaScript and one of them is the blur event if an element looses it’s focus. So when moving the slider to set amount of fuel it holds my value until I click the next element or somewhere outside of the slider - so it losses it’s focus and the value is set back (this is the blur event)