How to Check if Variable is Object in JS November 29, 2022November 29, 2022 Sreeram Sreenivasan Leave a comment JavaScript Often you may need to check if JS variable is an object or not in JS. Here are the steps to do it. Continue reading