const timer = document.getElementById ('stopwatch'); imports the timer 'div' as a variable, using it's id, so we can modify it as we wish. var hr = 0; var min = ...
確定! 回上一頁