Skip to content
View RebootJeff's full-sized avatar
🐮
https://github.com/RebootJeff/cowGoesMoo
🐮
https://github.com/RebootJeff/cowGoesMoo

Block or report RebootJeff

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. cowGoesMoo cowGoesMoo Public

    If only CVS and Walgreens built wait lists for the COVID vaccine

    JavaScript 10 3

  2. Beginner-friendly example of refacto... Beginner-friendly example of refactoring JavaScript to functional programming style
    1
    // See this blog post for full explanation:
    2
    // https://rebootjeff.github.io/blog/2015/12/11/example-refactoring-to-functional-js-combine-keyed-lists/
    3
    
                  
    4
    // Dependencies
    5
    var _ = require('lodash');