Skip to content

Instantly share code, notes, and snippets.

View ElaineYu's full-sized avatar

Elaine Lee Yu ElaineYu

View GitHub Profile
@ElaineYu
ElaineYu / .block
Last active June 21, 2017 22:01
EY Notes Selections: Update-Exit example
license: mit
@ElaineYu
ElaineYu / .block
Last active July 5, 2017 21:12
EY health + wealth set interval
license: mit
@ElaineYu
ElaineYu / .block
Last active July 6, 2017 15:53
Metis Health & Wealth of Nations Increment Year
license: mit
@ElaineYu
ElaineYu / .block
Last active June 14, 2017 20:50
Metis United States Unemployment Rate
license: mit
@ElaineYu
ElaineYu / .block
Last active June 9, 2017 18:32
wealth & health of nations
license: mit
@ElaineYu
ElaineYu / .block
Last active June 6, 2017 21:13
Face
license: mit
@ElaineYu
ElaineYu / organizations.json
Last active August 29, 2015 14:03
wrap organizations
{
"id": 1,
"name": "Beatles & Co.",
"users": [
{
"id": 2,
"organization_id": 1,
"email": "[email protected]",
"wraps": [
{name: "Elaine"}
@ElaineYu
ElaineYu / zoo.js
Last active December 27, 2015 16:39 — forked from dbc-challenges/zoo.js
//------------------------------------------------------------------------------------------------------------------
// YOUR CODE: Create your Zoo "object literal" and Animal "constructor" and "prototypes" here.
//------------------------------------------------------------------------------------------------------------------
// 1. Constructor function (similar to initalize function)
function Animal(name, legs) {
this.name = name
this.legs = legs
}

Instructions:

  1. Download this application skeleton.
  2. Convert the app to use AJAX.
  3. Add any files you changed to your gist and submit your code.