console.log(typeof('satya') ); console.log(typeof(20) ); console.log(typeof(null) ); console.log(typeof(undefined) );