Skip to content
View feargswalsh92's full-sized avatar
Block or Report

Block or report feargswalsh92

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

  1. planPen planPen Public

    Create calendar events using ChatGPT

    Python 1

  2. feargalwalsh.com feargalwalsh.com Public

    Personal portfolio site

    JavaScript 1

  3. Implementation of node.js Event Emit... Implementation of node.js Event Emitter class for Pramp Interview question
    1
    class EventEmitter {
    2
      constructor(event) {
    3
        this._events = {};
    4
      }
    5
    
                  
  4. presence presence Public

    To solve the problem of mindlessness

    JavaScript