Sometimes you may need to clear canvas for redrawing in JavaScript. Here are the steps to do so.
JavaScript
How to Get Browser Viewport Dimensions in JS
Sometimes you may need to get browser viewport dimensions in JS. Here is how to do this using JavaScript.
How to Auto Resize TextArea to Fit Text
Sometimes you may need to auto resize TextArea to Fit Text. Here are the steps to do so in JavaScript.
How to Render HTML in TextArea
JavaScript Convert Object to String Without Quotes
Sometimes you may need to convert object to string without quotes. Here are the different ways to do it.
How to Highlight Text Using JavaScript
Sometimes you may need to highlight text using JavaScript. Here are the different ways to do this using event handlers and CSS.
How to Check File MIME Type With JavaScript Before Upload
Often it is advisable to check file MIME type before upload. Here are the steps to check file MIME type with JavaScript before upload.
How to Replace Line Breaks With <br> in JavaScript
How to Detect When User Leaves Page
Often you may need to detect when users your website or application. Here is how to detect when user leaves page.
How to Generate PDF from HTML Using JavaScript
You may need to allow your websites and applications to export HTML as PDF. Here is how to generate PDF from HTML using JavaScript.