Code Monkey home page Code Monkey logo

week-2's Introduction

Week 2

As always: make a copy of this repository to commit changes to

Week 1 Review

Git/Github addendum

  • Forking
  • Pull requests

Javascript Fundamentals

  • Data types
  • Conditions
  • Arrays

Javascript Functions

  • Organization
  • Composition
  • Side-effects/purity

Underscore & Imports

  • API exploration
  • Mapping; filtering

Assignment

Code Academy

Project

We're producing a simple map to help people find health centers in the Philadelphia area. Our application has two goals: First, we want to know where the health centers are located within the zip codes from 19140 to 19149 (inclusive).

  • Markers should be made draggable with a custom Options object
  • All and only markers found within the zip code range from 19140 to 19149 (inclusive) should appear
  • Each marker should have custom content that comes up in a dialog when clicked which tells us the location name

Second, we'd like to provide users with the ability to export our data in a simplified CSV format. We can provide this to them in console printouts.

  • On application start, console.log EITHER:
    • An array for the keys and an array for each 'row' OR
    • An array of arrays in which the first sub-array contains keys and the rest of the arrays contain the 'rows' of our CSV

Extra

Some health centers offer dental services as well. Can you find a way to give centers that provide dental services a different icon than those that do not?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.