Skip to content
View eljayman's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report eljayman

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. sounds-easy sounds-easy Public

    Sound board application that uses the MERN stack.

    JavaScript

  2. 14-mvc-blog-app 14-mvc-blog-app Public

    A tech blog application that uses the MVC paradigm.

    JavaScript

  3. pet-feed pet-feed Public

    A social media platform for pets created using the MVC paradigm.

    JavaScript

  4. my-react-portfolio my-react-portfolio Public

    My react portfolio

    JavaScript

  5. 18-social-api-mongoose-based 18-social-api-mongoose-based Public

    API created using MongoDB and Mongoose

    JavaScript

  6. JS RegEx Comment Search JS RegEx Comment Search
    1
    # JavaScript Regular Expression for Comment Search
    2
    
                  
    3
    In my studies of regular expressions (regex's) I came across an interesting use: To look for comments in JavaScript (JS). Text that isn't a necessary part of the program. Being a junior developer, I find comments edifying when looking through code. As for my own comments, I find it helpful to look again when debugging and see if I made a mistake implementing what I thought to be the right steps. And when comments as pseudocode don't make sense, what does that say about the code itself? 
    4
    
                  
    5
    ## Summary