Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 662 Bytes

JavaScript DataTypes.md

File metadata and controls

31 lines (23 loc) · 662 Bytes

JavaScript-Data Types-JS

Source: Data Types JavaScript - Udacity Front End Web Development Nanodegree

WORKING ON IT!

Table Of Contents:

  • a. Data and Data Types
  • b. Define and manipulate data types
  • c. Numbers
  • d. Booleans
  • e. Undefined
  • f. Null
  • g.
  • h.

a. DATA and Data Types

  • Data and Data Types are the building blocks of every programming language.
    1. They help to organize information.
    2. They determine how programs will run.

b. Define and manipulate data types

c. Numbers

d. Booleans

e. Undefined

f. Null

Resources