Skip to content

Instantly share code, notes, and snippets.

@mmmpa
Created October 20, 2018 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmmpa/a6ee46375e66476936b6484bf43595a7 to your computer and use it in GitHub Desktop.
Save mmmpa/a6ee46375e66476936b6484bf43595a7 to your computer and use it in GitHub Desktop.
document
.querySelector('#hello')
.addEventListener(
'click',
() => swal({
title: 'Hello HeartRails!',
text: 'This alert is created by SweetAlert.',
icon: "success",
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment