Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 10, 2019 18:44
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 parzibyte/fa9e0cd31f00b7acc3482469db6f77e8 to your computer and use it in GitHub Desktop.
Save parzibyte/fa9e0cd31f00b7acc3482469db6f77e8 to your computer and use it in GitHub Desktop.
const $btnPrint = document.querySelector("#btnPrint");
$btnPrint.addEventListener("click", () => {
window.print();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment