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

Block or report jwicksnin

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

  1. nextjs-dashboard nextjs-dashboard Public

    following the nextjs tutorial

    TypeScript

  2. She-Codes-Now/Intro-to-React She-Codes-Now/Intro-to-React Public

    JavaScript 1 6

  3. docs docs Public

  4. starting-react-app starting-react-app Public

  5. Implement Array.prototype.map Implement Array.prototype.map
    1
    Array.prototype.arrayMap = function (callback, thisArg) {
    2
        if (!callback instanceof Function) {
    3
          throw new Error('callback must be a function');
    4
        }
    5
        const newArray = [];
  6. SeattleFeministJS/seattlefeministjs.github.io SeattleFeministJS/seattlefeministjs.github.io Public

    io pages from Seattle Ladies JS meetups

    CSS 2 3