Dear Students, We are providing you English Quizzes based on today's THE HINDU Newspaper. The content and Language of this article will help you in your overall understanding of English language.
var m=6
var s=0
//var m=2
var q
function quizCount()
{
document.getElementById('timer').value=m+":"+s
s=s-1
q=setTimeout("quizCount()", 1000)
if (s<1)
{ m=m-1; s=59;}
if (m<0)
{
quizStop();
↧