# Progress value Property
[ Progress Object](#)
## Example
Change the value of the current progress bar:
document.getElementById("myProgress").value="75";
[Try it Yourself Β»](#)
* * *
## Definition and Usage
The value property sets or returns the value of the value attribute of a progress bar.
The value attribute describes how much of the task has been completed.
**Note:** The