Skip to content
View jonathan-meyer's full-sized avatar

Organizations

@stejsoftware

Block or report jonathan-meyer

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
jonathan-meyer/README.md
  • 👋 Hi, I’m @jonathan-meyer
  • 👀 I’m interested in node.js
  • 🌱 I’m currently learning GraphQL

Pinned Loading

  1. wordle-helper wordle-helper Public

    simple chrome extension to help find words for wordle

    TypeScript

  2. emoji emoji Public

    React component to insert emojis

    JavaScript

  3. Random Reducer Random Reducer
    1
    console.log(
    2
      [1, "2", 3, 4, "5", true].reduce((p, c, i, a) => {
    3
        if (p === null) {
    4
          p = Math.floor(Math.random() * a.length);
    5
        }
  4. fizz-buzz fizz-buzz Public

    Simple app to show that I know how to program

    TypeScript

  5. regular-expert regular-expert Public

    A simple web app to help busy well-connected couples find a home.

    JavaScript 2

  6. debug-factory debug-factory Public

    Factory for creating debug loggers

    TypeScript