Development in platform ecosystems
  • Home
  • Learn

JavaScript

  • Introduction
  • Variables
  • Functions
  • Data types
    • Built-in types
      • Primitive
      • Object
    • Strings
    • Numbers
    • Booleans
    • Indexed collection (arrays)
    • Keyed collection (objects)
  • Control flow
  • Asynchronous
  • Fetching external data
  • Manipulating documents

JavaScript

  • Introduction
  • Variables
  • Functions
  • Data types
    • Built-in types
      • Primitive
      • Object
    • Strings
    • Numbers
    • Booleans
    • Indexed collection (arrays)
    • Keyed collection (objects)
  • Control flow
  • Asynchronous
  • Fetching external data
  • Manipulating documents

Introduction to JavaScript Data Types

1
2
3

Built-in types

We briefly mentioned the various JavaScript types in an earlier lesson. In this and the next couple of lessons we are going to learn how to use and manipulate the various types.

Start Now →

© 2020 DHIS2 Design Lab