Skip to content
View RudyReeves's full-sized avatar
💭
This is not a portfolio, it's a garbage pile. Ask me if you want a portfolio.
💭
This is not a portfolio, it's a garbage pile. Ask me if you want a portfolio.

Block or report RudyReeves

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. second-largest second-largest Public

    Find the second largest array element (JavaScript)

    JavaScript

  2. counting-letters counting-letters Public

    Count the number of character occurrences in a string (JavaScript)

    JavaScript

  3. number-of-carries number-of-carries Public

    Find the number of carry operations to add two numbers using pen-and-paper arithmetic (JavaScript)

    JavaScript

  4. column-wise-operation column-wise-operation Public

    Given an array of arrays and a reducer operation to perform, write a function that performs the operation column-wise and returns an array with the results (JavaScript)

    JavaScript

  5. sql-to-js sql-to-js Public

    Translate a SQL expression to JavaScript

    JavaScript

  6. draw-five-cards draw-five-cards Public

    Draw five random cards from a standard deck of playing cards, and print their suit and rank (JavaScript)

    JavaScript