alert() in javascript code example
Example 1: how to make an alert in html
<script>
alert('this is an alert');
</script>
Example 2: javascript newline in alert
alert("Well I'm line 1 \nAnd I am a new line ");
Example 3: js alert
alert("Hello! I am an alert box!!");
Example 4: simple alert program in javascript
alert("this is the alert")
Example 5: how to send an alert in javascript
function mousePressed() {
alert("I'm the best");
}
function keyPressed() {
if (keyCode === UP_ARROW) {
alert(number = random(0, 500));
}
}
if(x > width) {
alert("yay you did it");
}
Example 6: javascript alert
alert("string");