Skip to content
View digplan's full-sized avatar

Highlights

  • Pro

Block or report digplan

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. time-ago time-ago Public

    Simple timeago function takes same params as 'new Date()'

    JavaScript 33 11

  2. instaserve instaserve Public

    Instant web stack

    JavaScript 1

  3. ABN-API-Blueprint-Notation ABN-API-Blueprint-Notation Public

  4. base base Public

    JavaScript

  5. code-problems code-problems Public

    JavaScript

  6. ES6 Examples.md ES6 Examples.md
    1
    # ES6 Examples
    2
    ## Front-End Custom Elements
    3
    ### elements.js
    4
    ```js
    5
    export class myElement extends HTMLElement {