Giter Club home page Giter Club logo

advanced-hashes-hashketball-001-prework-web's Introduction

Hashketball Review

instructors = [{name: 'tim', hometown: 'camden, ar', mood: 'excited'}, {name: 'meryl', hometown: 'new orleans, la'}, {name: 'lindsey', hometwon: 'michigan'}]

def get_names(people)
  # DON'T USE EACH
  # map or collect
  # just return the names
end

def get_people_from_a_place(people, place)
  # DON'T USE EACH
  # select
  # return a list of people from place
end

def get_person_by_name(people, name)
  # DON'T USE EACH
  # find or detect
  # return the first person hash by name
end

def get_tally_of_moods(people)
  # DON'T USE EACH
  # return a hash whose keys are the moods and whose values are the number of times that mood appears
end

advanced-hashes-hashketball-001-prework-web's People

Contributors

annjohn avatar antoinfive avatar aviflombaum avatar benjagross avatar deniznida avatar eaud avatar fislabstest avatar fs-lms-test-bot avatar ipc103 avatar irmiller22 avatar kthffmn avatar loganhasson avatar markedwardmurray avatar matthewkrey avatar sarogers avatar sim1hill avatar sophiedebenedetto avatar thejasonfile avatar timothylevi avatar victhevenot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

advanced-hashes-hashketball-001-prework-web's Issues

Hashketball Learn.co link to Github/Nitrous

Sorry, if this is an issue on my part (still haven't fully grasped all these environments)
I opened an issue in the other repository as well.

When I am in Learn.co to open Nitrous hashketball lab it points to the repository:
learn-co-students/hashketball-001-prework-web
It didn't update any of the green/red statuses (i.e. fork, local build)

It should point to this:
learn-co-students/advanced-hashes-hashketball-001-prework-web
I manually forked and cloned and it worked

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.