Sometimes you may need to remove empty element from JS array. Here are the different ways to do this.
How to Check if Variable is Array in JavaScript
How to Get Highlighted/Selected Text in JavaScript
Sometimes you may need to get highlighted/selected text in JavaScript. Here are the steps to get highlighted text from your web page.
How to Call JS Function in IFrame from Parent Page
How to Prevent Page Refresh on Form Submit
Sometimes you may need to prevent page refresh on form submit. Here is how to disable page refresh on form submission in JavaScript.
How to Check if Object is Array in JavaScript
Regular Expression to Match URL Path
Sometimes you may need to create a regular expression to match URL path. Here are the steps to do it.
How to Split String Every Nth Character in Python
How to Reverse/Invert Dictionary Mapping in Python
How to Sort List of Tuples by Second Element in Python
Sometimes you may need to sort list of tuples of list of lists by second element. Here is how to sort list of tuples by element at index.