You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
var value= prompt("Enter the marks:");
for (let i = 1; i <=value; i++)
{
document.write(+i+"Happy birthday to you");
document.write(" ");
}
}
</script>