1 What are the data types? Supported by javascript we have primitive data types like string, boolean, number, bigint which can represent integers with arbitrary precision and define null symbol we also have object and functions. 2 Is JavaScript a case-sensitive language? Yes, JavaScript is a case-sensitive language. The keywords, variables, function names, and any other identifiers must always be typed with…