Skip to content

sagar desai#49

Closed
sagardesai90 wants to merge 3 commits into
bloominstituteoftechnology:masterfrom
sagardesai90:master
Closed

sagar desai#49
sagardesai90 wants to merge 3 commits into
bloominstituteoftechnology:masterfrom
sagardesai90:master

Conversation

@sagardesai90

Copy link
Copy Markdown

No description provided.

let fullName = [];
//console.log(fullName);
runners.forEach(function(element) {
fullName.push(element.first_name + " " + element.last_name);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect.


// Problem 2
// Problem 2: Break down donations into categories: 0-100, 100-200, etc.
let donorLevels = {"bronze": 0, "silver": 0,"gold": 0, "platinum": 0};

@ghost ghost Apr 18, 2018

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! In each one of these questions.

Comment thread assignments/closure.js

let scoot = "Ride sharing service in SF for electric scooters";
function whatIsScoot(){
return scoot;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done.

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model work. I'm filled with pride to see you doing so well and understanding what is going on.

@mixelpixel mixelpixel closed this May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants