College Training - Mathematics - PreTest


Exercise 20:00    Goal 80%

PreTests

 

There is no FINISH EXERCISE button on exercises.
So, invest your time wisely. Mark & Save challenging
questions. Then, go back during your time allotted.

Take Screenshots using Javascript
Take a screenshot and attach below
Take Screenshot
Click or drag a file to this area to upload.

document.getElementById(“4-calc”).style.display = “none”;
function myFunction() {
var x = document.getElementById(“4-calc”);
if (x.style.display == “none”) {
x.style.display = “block”;
} else {
x.style.display = “none”;
}
}