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. …