What are the different data types in JavaScript?
JavaScript has several data types, including:
Number: represents both integer and floating-point numbers.
String: represents a sequence of characters enclosed in quotes.
Boolean: represents a logical entity and can have only two values, either true or false.
Null: represents a deliberate non-value or absence of any object value.
Undefined: represents