
JavaScript has three primitive data types you'll use constantly. A string is text wrapped in quotes: 'hello'. A number is any numeric value: 42 or 3.14. A boolean is either true or false. These three types are the building blocks of almost every program you will write.
Reference:
TaskLoco™ — The Sticky Note GOAT