Skip to content
View nicolegooden's full-sized avatar
  • Colorado

Block or report nicolegooden

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. the-bone-yard/frontend the-bone-yard/frontend Public

    An application to assist users in finding their pups the best dog parks near them or dog parks in a particular city/state. This repository serves as the frontend portion of the whole application.

    JavaScript 3 1

  2. Codewars challenge with progression ... Codewars challenge with progression of solutions
    1
    ## Prompt
    2
    Complete the solution so that the function will break up camel casing, using a space between words.
    3
    
                  
    4
    `Example: solution("camelCasing")  ==  "camel Casing"`
    5
    
                  
  3. indecision-maker indecision-maker Public

    JavaScript 2 1

  4. potter potter Public

    JavaScript

  5. potter-server potter-server Public

    JavaScript

  6. A Code Wars solution with a focus on... A Code Wars solution with a focus on optimization
    1
    ## Instructions
    2
    
                  
    3
    #### Define a function that takes one integer argument and returns logical value true or false depending on if the integer is a prime.
    4
    
                  
    5
    #### Per Wikipedia, a prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself.