Often you may need to list properties of JS object. Here is how to do so.
How to Detect if Device is iOS
How to Count Character Occurrence in String in JS
Often you may need to count character occurrence in string in JavaScript. Here are the steps to do so.
How to Check if Web Page is Loaded in IFrame or Web Browser
Sometimes you may need to check if web page is loaded in iframe or web browser. Here is how to do it.
How to Detect Internet Connection is Offline in JavaScript
Sometimes internet may get disconnected when users browse your website. Here is how to detect internet connection is offline in JavaScript.
How to Remove All Child Elements of DOM Node in JS
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 Permanently Add Directory to Python Path
Often you may need to add directory to python path. Here is how to permanently add directory to python path.