How to Check if Variable is Undefined in JavaScript October 28, 2022October 28, 2022 Sreeram Sreenivasan Leave a comment JavaScript Sometimes you may need to check if variable is undefined in JavaScript. Here is how to do this. Continue reading
How to Check if Variable is Number in Python March 14, 2022March 14, 2022 Sreeram Sreenivasan Leave a comment Python Sometimes you may need to check if variable, string & object are numbers. Here is how to check if variable is number in python. Continue reading