Answers for "how to check type of a js value"

-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 type of a js value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language