ga-wdi-boston / js-array-iteration-methods

JavaScript Array methods
Other
1 stars 160 forks source link

Use ruby-enumerable javascript array creator for labs at the end #8

Closed gaand closed 7 years ago

gaand commented 8 years ago

See repo An Introduction to Ruby Enumerables

jrhorn424 commented 8 years ago

Broken link :(

jrhorn424 commented 8 years ago

This? https://github.com/ga-wdi-boston/ruby-enumerable

gaand commented 8 years ago

Fixed it, I believe. Missing leading /.

jrhorn424 commented 8 years ago

Ah, right! The array creator! That was slick. I like it.

jrhorn424 commented 8 years ago

... and I forgot it. Filename?

gaand commented 8 years ago

@jrhorn424

Repo should be Ruby Array Methods (versus JavaScript)

in lib/, people.js and person.js, cities.js and city.js.

gaand commented 7 years ago

I'm wondering if this is too much at this point.