foundersandcoders / morning-challenge-traffic-lights

:vertical_traffic_light: Traffic light callback challenge! :vertical_traffic_light:
9 stars 12 forks source link

first-class function #5

Closed Wyrd00 closed 6 years ago

Wyrd00 commented 6 years ago

relates #4

finnhodgkin commented 6 years ago

Oh wait also if you add js after the opening triple backticks (```js) it adds syntax highlighting:

function(a, b) {
    return a + b
}

vs

function(a, b) {
    return a + b
}
rachaelcodes commented 6 years ago

Hey, how’s this going? The London cohort will be doing this workshop next Wednesday - it’d be really handy for us mentors to be able to look it over during the weekend.

ZooeyMiller commented 6 years ago

If the requested changes aren't responded to by mid afternoon I'll pull down the branch and make changes and try to get some other reviewers. Please take a look if you can though @Wyrd00

ZooeyMiller commented 6 years ago

I agree with @oliverjam 's suggested changes, once those are made I'd be happy to merge.