Answers for "how to check what type of value something is in javascript"

-1

check the type of a variable in js

if(typeof variable == 'object'){
  //
}
Posted by: Guest on February-06-2022

Code answers related to "how to check what type of value something is in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language