Skip to content
View benwells's full-sized avatar
๐ŸŽ†
๐ŸŽ†
  • Funnel Leasing
  • Charleston, SC

Organizations

@HackCharleston

Block or report benwells

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
benwells/README.md

Hi there ๐Ÿ‘‹

Pinned Loading

  1. Using Array.reduce to sum a property... Using Array.reduce to sum a property in an array of objects
    1
    var accounts = [
    2
      { name: 'James Brown', msgCount: 123 },
    3
      { name: 'Stevie Wonder', msgCount: 22 },
    4
      { name: 'Sly Stone', msgCount: 16 },
    5
      { name: 'Otis Redding', msgCount: 300 }  // Otis has the most messages
  2. pagerduty-on-call-action pagerduty-on-call-action Public

    Forked from chrisgavin/pagerduty-on-call-action

    A GitHub Action to get the person who's currently on-call in a PagerDuty schedule.

    TypeScript 1

  3. hackathon-starter hackathon-starter Public

    Forked from sahat/hackathon-starter

    A boilerplate for Node.js web applications

    CSS

  4. humans.txt humans.txt Public

    Forked from actions/humans.txt

    An Action to list out the humans who help feed and tend the robots of GitHub Actions.

    JavaScript

  5. runner runner Public

    Forked from actions/runner

    The Runner for GitHub Actions ๐Ÿš€

    C#

  6. toolkit toolkit Public

    Forked from actions/toolkit

    The GitHub ToolKit for developing GitHub Actions.

    TypeScript