Skip to content
View EricDeWald's full-sized avatar

Block or report EricDeWald

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. portfolio portfolio Public

    JavaScript

  2. Dollars_and_Bills Dollars_and_Bills Public

    JavaScript 3

  3. Restaurant-Journal Restaurant-Journal Public

    Forked from Mully7773/Restaurant-Journal-Project-II

    This project is a restaurant journal application that focuses on back-end technologies and databases

    JavaScript

  4. Rotten_Potatoes Rotten_Potatoes Public

    Forked from ahnjaeyung/Project_1

    A movie information site.

    JavaScript

  5. Pasword_Generator Pasword_Generator Public

    JS pasward generator

    CSS

  6. Strait Forward Regex Tutorial. Strait Forward Regex Tutorial.
    1
    ## Regex Tutorial to find a matching HTML Tag.
    2
    --test
    3
    Let's look at this `/^<([a-z]+)([^<]+)*(?:>(.*)<\/\1>|\s+\/>)$/`
    4
    What does this even mean?
    5
    In this tutorial we will break it down to something that will hopefully make more sense.