---
title: "What are JavaScript types?"  
description: "What are JavaScript types?"  
author: "Anonymous User"  
published: 2015-01-28  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/2314/what-are-javascript-types  
category: "javascript"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# What are JavaScript types?

Following are the JavaScript types:

\

- 1. Number
- 2. String
- 3. Boolean
- 4. Function
- 5. Object
- 6. Null
- 7. Undefined

## Answers

### Answer by Anonymous User

Following are the JavaScript types:

\

- 1. Number
- 2. String
- 3. Boolean
- 4. Function
- 5. Object
- 6. Null
- 7. Undefined


---

Original Source: https://www.mindstick.com/interview/2314/what-are-javascript-types

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
