Skip to content

Instantly share code, notes, and snippets.

@whichbuffer
Created October 29, 2018 08:13
Show Gist options
  • Save whichbuffer/84d5576a041489d0303196236cbba3c6 to your computer and use it in GitHub Desktop.
Save whichbuffer/84d5576a041489d0303196236cbba3c6 to your computer and use it in GitHub Desktop.
var number = prompt("Enter number: ");
if (number>25)
alert ("this number greater than 25")
else{
alert("less than or equal to 25");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment