Become a member
Sign in
kimi5
kimi5

kimi5

a chinese student

165 Following
9 Followers
·
  • Profile
  • Claps
  • Highlights

Highlighted by kimi5

See more

From Here's Why Mapping a Constructed Array Doesn't Work in JavaScript by Shawn Reisner

{
0: undefined,
1: undefined,
2: undefined,
...
99: undefined,
length: 100
}

From Here's Why Mapping a Constructed Array Doesn't Work in JavaScript by Shawn Reisner

{
0: 'a',
1: 'b',
2: 'c',

length: 3
}

From You’re Missing Out on a Better Mac Terminal Experience by Owen Caulfield

Now that we have installed zsh, a framework, and our plugins, we can now get to work configuring our command line via a theme/custom prompt.

Claps from kimi5

See more

Effective Data Validation in JavaScript

A. Sharif

Plans for the Next Iteration of Vue.js

Evan You