durua2 durua2 19-12-2022 Computers and Technology contestada Fix the bug in this code to log a message after one second. setTimeout(1000, function(){ log("It has been 1 second."); },1000);