Skip to content
View dmitriyhulpe's full-sized avatar
  • United Kingdom

Block or report dmitriyhulpe

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JavaScript SelectJavaScript Select
    1
    constselects=document.getElementsByTagName('select');
    2
    3
    if(selects.length>0){
    4
    selectsInit();
    5
    }
  2. JavaScript NotificationJavaScript Notification
    1
    functiontoast({title ='', description ='', type =message, duration =5000}){
    2
    constitem=document.querySelector('#toast');
    3
    if(item){
    4
    consttoast=document.createElement('div');
    5
  3. StoreStorePublic

    PERN stack online store (Develop Stage)

    JavaScript 2

  4. PostsPostsPublic

    Fullstack react application (Possible updates)

    JavaScript 1

  5. LoginLoginPublic

    JWT React login (Possible Updates)

    JavaScript 1

  6. BlogBlogPublic

    Design and development personal blog (Develop Stage)

    HTML 1