Skip to content
View edwinmunguia's full-sized avatar
🌱
hello
🌱
hello
Block or Report

Block or report edwinmunguia

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
edwinmunguia/README.md

Hi there 👋

Pinned

  1. todo-app todo-app Public

    JavaScript

  2. readalot-challenge readalot-challenge Public

    Full-Stack (PERN) Web CMS Application.

    JavaScript

  3. Regex to validate Honduras phone num... Regex to validate Honduras phone number using Javascript
    1
    const validPhoneNumberRegex = /^(2|3|8|9)\d{3}-?\d{4}$/;
    2
    const isValidPhoneNumber = (input) => validPhoneNumberRegex.test(input);
    3
    
                  
    4
    //Test cases
    5
    //Valid number