Skip to content
View vcastrejont's full-sized avatar
  • Mexico
  • 08:25 (UTC -07:00)

Block or report vcastrejont

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

    Carpooling web application

    JavaScript

  2. 2 arrays intersection in javascript 2 arrays intersection in javascript
    1
    const arr1 = [5,2,6,7,8];
    2
    const arr2 = [1,4,2,6,2,9];
    3
    const intersection = new Set(arr1.filter(n=> new Set([...arr2]).has(n)));
    4
    // 2, 6
  3. A11y-guidelines A11y-guidelines Public

    A practical guide to an accessible web

    HTML 1

  4. rscss-es rscss-es Public

    Forked from rstacruz/rscss

    Sistema razonable para la estructura de archivos CSS - RSCSS

    3 2

  5. google/model-viewer google/model-viewer Public

    Easily display interactive 3D models on the web and in AR!

    TypeScript 7k 820