What will be the output of the following JavaScript code?
function range(int javascript)
{
int a=5;
for(int i=0;i<javascript;i++)
{
console.log(a);
}
}
range(3);
Question:What will be the output of the following JavaScript code?
function range(int javascript)
{
int a=5;
for(int i=0;i<javascript;i++)
{
console.log(a);
}
}
range(3);
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!