Skip to content

Instantly share code, notes, and snippets.

@Shurlow
Last active February 12, 2020 04:32
Show Gist options
  • Select an option

  • Save Shurlow/6ffd8c6a0585e50a4675acab74e0730a to your computer and use it in GitHub Desktop.

Select an option

Save Shurlow/6ffd8c6a0585e50a4675acab74e0730a to your computer and use it in GitHub Desktop.
Primitive Types & Data Structures

Primitive Types

Objectives

  • Identify the 5 primitive types
  • Create & modify variables
  • Create expressions using arithmetic operators (+, -, *, /, %)
  • Evaluate comparisons (===, !==, >, ||, &&)

Guiding Questions

  • List and define the 5 main primitive types in javascript

    Your answer...

  • What is the syntax for creating and re-assigning variables?

  • What is the default value for variables if you don't assign them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment