swit alert js letest userd code example
Example 1: switch alert
swal({
title: "Good job!",
text: "You clicked the button!",
icon: "success",
button: "Aww yiss!"
});
Example 2: sweet alert
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>