Skip to content
View SpencerAung's full-sized avatar
🐙
Going back to the future
🐙
Going back to the future
Block or Report

Block or report SpencerAung

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. coronavirus-info coronavirus-info Public

    Coronavirus-info website

    JavaScript 6

  2. dinoku dinoku Public

    Sudoku builder

    TypeScript

  3. fp-js fp-js Public

    Forked from fp-community/fp-js

    FP library for JS

    JavaScript

  4. bullet-point bullet-point Public

    Command Line Todo list in deno

    TypeScript 1 1

  5. Curry function implementation in ES2015 Curry function implementation in ES2015
    1
    function curry(fn) {
    2
      return (...args) => {
    3
        if (args.length >= fn.length) {
    4
          return fn(...args)
    5
        }
  6. quick-notes quick-notes Public

    It's basically lightweight Trello clone :)

    TypeScript