I have the following code:
window.onload = function () {
var setTime = // i dont know what to do here
var fiveMinutes = 60 * setTime;
display = document.querySelector('#timer2');
startTimer(fiveMinutes, display);
};
What I want is var setTime to get the value or retrieve from list with column named testval the datatype for testval is number.