Closed jdalton closed 10 years ago
Related to #15, Prime currently relies on prime.each for many of its object and Map methods when it should be using something that iterates over own-enumerable properties instead to be consistent with array counterparts behaviors.
prime.each
object
Map
array
Related to #15, Prime currently relies on
prime.each
for many of itsobject
andMap
methods when it should be using something that iterates over own-enumerable properties instead to be consistent witharray
counterparts behaviors.