What will the output of following JavaScript code:
function randNum(){
return Math.floor(Math.random());
}

randNum();


Posted on by