Number: In Javascript Number are two type: Number BigInt. String:In javascript strings is sequences of unicode chareacters. Javascript have some build in method to manipulate the strings. Ex: “hello”. charAt(0);Output :h “hello”.toUpperCase();Output :HELLO Other types: Null:The obsence of Object value. Undefined:A variable is initialized but value is not assigned yet. Boolean:True And False. Variable