Skip to content
View itzjonas's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report itzjonas

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

    Forked from storybookjs/storybook

    📓 UI component dev & test: React, Vue, Angular, React Native, Ember, Web Components & more!

    TypeScript

  2. psproxy Public

    Forked from j5ndev/psproxy

    Executable for enablling or disabling proxy settings for Junos Pulse Secure VPN

    Shell

  3. Useful One-Liners (JavaScript)
    1
    // Remove any duplicates from an array of primitives
    2
    const unique = [...new Set(arr)];
    3
    
                  
    4
    // Sleep in async functions.  Use: await sleep(2000)
    5
    const sleep = (ms) => (new Promise(resolve => setTimeout(resolve, ms)));
  4. itzjonas.github.io Public

    Personal website found at:

    TypeScript