3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
|
function range(value){
|
||
|
document.getElementById('rangeValue').innerHTML = value;
|
||
|
}
|