Often you may need to check if JS variable is an object or not in JS. Here are the steps to do it.
JavaScript
How to Check if Browser Tab is Active
Sometimes you may need to check if browser tab is active. In this article, we will learn how to do this using JavaScript.
How to Find DOM Element Using Attribute Value
Sometimes you may need to find DOM element using attribute value. Here is how to do it in JavaScript using querySelector function.
How to List Properties of JS Object
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.