Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report BetaSu

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 「React技术揭秘」 一本自顶向下的React源码分析书

    JavaScript 4.2k 385

  2. 基于V16.13.1,从0实现React

    JavaScript 431 65

  3. A declarative, efficient, and flexible JavaScript library for building user interfaces.

    JavaScript 185k 37.9k

  4. 前端赏金猎人,悬赏 前端高质量问题 的答案

    JavaScript 467 32

126 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2022

Created 36 commits in 2 repositories
Created 1 repository
Reviewed 1 pull request in 1 repository
BetaSu/fe-hunter 1 pull request

Created an issue in BetaSu/fe-hunter that received 22 comments

实现MyNew方法

要实现的功能 我们可以使用new实例化一个构造函数,请根据实例化过程中构造函数内部工作流程,实现类似功能的MyNew方法。 代码示例 function MyNew(fn, ...args) { // 实现... } function Person(name, age) { this.name =

22 comments
1 contribution in private repositories Mar 25

Seeing something unexpected? Take a look at the GitHub profile guide.