A recipe to implement print functionality efficiently in Javascript
Javascript provides the method window.print() to print the entire contents of a html page.
There are two problems with this approach:
You cannot print part of your HTML page.
If you have a print button to print the page , even the button shows up in ...
vijaysrj.hashnode.dev2 min read