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

Block or report hamada-j

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

Banner

Pinned

  1. Creating nested object from keys Creating nested object from keys
    1
    const
    2
        setValue = (object, path, value) => {
    3
            const
    4
                indices = { first: 0, second: 1 },
    5
                keys = path.replace(new RegExp(Object.keys(indices).join('|'), 'g'), k => indices[k]).split('.'),
  2. nodejs_server nodejs_server Public

    nodej_server

    JavaScript

  3. survivalApp survivalApp Public

    Resultados de traducción find out in real-time about the disasters that happen in the world

    JavaScript

  4. VisualStudioExtension VisualStudioExtension Public

    Visual Studio Extension Snippet Html for start a project with all metadata.