Java ScriptQ & AData Types1. What are the different data types present in javascript? 1. Primitive types String - It represents a series of characters and is written with quotes. A string can be represented using a single or a double quote.Java ScriptProblem Solving