CANDY ALERT

CDN for CandyAlert🍬

Run a Normal Alert

alert("You clicked The Button")

Run a Candy Alert

Swal.fire(
'Good job!',
'You clicked the button!',
'success'
)