Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 677 Bytes

File metadata and controls

12 lines (8 loc) · 677 Bytes

Javascript Data Types Exercises

Instructions

  1. Clone this repo: $ git clone git@github.com:ga-wdi-exercises/js-data-types.git
  2. Follow the instructions to each section in exercise.md. All the questions will have you provide an answer in a dedicated space below each of them.

How To Test Your Code

Open index.html in your browser.

  • If you just want to a line or two of code, you can enter and run it directly in the browser Javascript console as a REPL.
  • If you want to run a longer block of code (e.g., a loop or series of conditionals), type it out in script.js and use console.log statements to see the result in the browser Javascript console.