Skip to content
View Marshall-Sun's full-sized avatar
💻
Coding
💻
Coding

Highlights

  • Pro
Block or Report

Block or report Marshall-Sun

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
Marshall-Sun/README.md

Hi, welcome to Marshall Sun's user page! 👋

class MySelf {
  constructor() {
    if (!MySelf.instance) {
      const data = Symbol();
      this[data] = {
        name: "Marshall Sun",
        university: "Northeastern University",
        company: "Bytedance",
        github: "https://github.com/Marshall-Sun",
      };
      this.introduce = () => console.table(this[data]);
      MySelf.instance = this;
    }
    return MySelf.instance;
  }
}

Pinned

  1. gztransfer gztransfer Public

    广州地铁换乘助手 Guangzhou Metro Transfer Assistant

    TypeScript 2 1