how to make an alert in html
<script>
alert('this is an alert');
</script>
how to make an alert in html
<script>
alert('this is an alert');
</script>
how to send an alert in javascript
//you can either do this:
function mousePressed() {
//you can have any message
alert("I'm the best");
}
//or you can do this:
function keyPressed() {
//you can do any key
if (keyCode === UP_ARROW) {
//and any message
alert(number = random(0, 500));
}
}
//or you can do an (if) statement
if(x > width) {
alert("yay you did it");
}
giving alert in javascript
<!DOCTYPE html>
<html>
<body>
<h2>Biggnars platform</h2>
<script>
window.alert("My known programming languages are python,c# and java");
</script>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us