Sometimes you may need to remove all child elements of DOM node in JS. Here are the steps to do it.
JavaScript
How to Check if Variable Exists or Is Defined in JS
Sometimes you may need to check if variable exists or is defined in JS. Here are the steps to do so.
How to Convert UTC Date Time to Local Date Time in JS
Sometimes you may need to convert UTC date time to local date time in JS. Here are the steps to do it.
How to Use Variable Number of Arguments in JS Function
How to Add 1 Day to Current Date
How to Insert Element After Another Element in JavaScript
Often you may need to insert element after another element in JavaScript. Here are the steps to do so.
How to Sum Values of JS Object
Sometimes you may need to sum values of JS object. Here is how to create a JS function to do it regularly.
How to Detect Scroll Direction in JavaScript
Sometimes you may need to add functionality depending on direction of scrolling. Here is how to detect scroll direction in JavaScript.