Last active
          December 15, 2015 09:29 
        
      - 
      
- 
        Save nimamehanian/5238760 to your computer and use it in GitHub Desktop. 
    Find a collection of prime numbers between a range. I began with the primeNumbers function and wrote it the way I'd want to use it; go through a range and call prime() on each number. So that meant I had to create a prime() method for all Numbers using their prototype property. This lead me to research what rules define a number to be prime. The…
  
        
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment