Arrays are objects? This is a little confusing but true that arrays are not a separate data type in javascript. All Arrays are objects. There are 9 kinds of data types in javascript. 1. Undefined, 2. Null, 3. Booleans, 4. Numbers, 5. Strings, 6. Symbols 7. BigInts, 8. Objects, 9…