79242357

Date: 2024-12-01 19:44:51
Score: 1.5
Natty:
Report link

In order to redirect to a different page, do the following:

if(//condition here){
      window.location.href = "[your link]";
}
else{
    alert("Fulfill the condition here");
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ShadowKnight700