Skip to content

wdi-sg/js-data-types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Data Types Exercises

Instructions

  1. Clone this repo: $ git clone https://github.com/wdi-sg/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.

About

[js]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%