js if type of code example
Example: check data type in js
typeof("iAmAString");//This should return 'string'
//NO camelCase, as it is a JS Keyword
typeof("iAmAString");//This should return 'string'
//NO camelCase, as it is a JS Keyword