Skip to content

Commit 44066fd

Browse files
authored
Merge pull request #20 from Rain120/dev
chore: update README + zh-CN.md
2 parents 979df0a + dc75ba9 commit 44066fd

File tree

3 files changed

+31
-6
lines changed

3 files changed

+31
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0 (2020-04-09)
1+
# 1.0.0 (2020-04-13)
22

33

44
### Bug Fixes
@@ -23,6 +23,7 @@
2323
* add husky, tslint, commitlint, changelog ([ca578ad](https://github.com/Rain120/awesome-javascript-code-implementation/commit/ca578adfa96e0ee7909e670777defb88aabe01f1))
2424
* add singleton-pattern ([0faedce](https://github.com/Rain120/awesome-javascript-code-implementation/commit/0faedce16ff1cbf30ebb68c5f4233cbcb0276d4d))
2525
* algorithm 9 sort(buble, counting, heap, insertion, selection, quick, shell) ([db7159a](https://github.com/Rain120/awesome-javascript-code-implementation/commit/db7159a7a1253b8df6280f0778ac9aa33ceda9a3))
26+
* apply, bind; commit-push.sh; move call instanceof new to primitive ([f183666](https://github.com/Rain120/awesome-javascript-code-implementation/commit/f183666f22f431dec5a5cb132f2ca713d2cef0a5))
2627
* arrayMove; update readme: add shields; add coveralls ([2292e38](https://github.com/Rain120/awesome-javascript-code-implementation/commit/2292e386d5d3198f52927d87faba7d9d3079cb3c))
2728
* call; add jest coverage ([1599e55](https://github.com/Rain120/awesome-javascript-code-implementation/commit/1599e55d5435b8aa48a7c978c0eecc1678e66c96))
2829
* decorator design ([11ef72e](https://github.com/Rain120/awesome-javascript-code-implementation/commit/11ef72e3e4c00c8cf07712182382cfa7cff44938))

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,28 @@ We welcome all contributions. You can submit any ideas as [pull requests](https:
7777

7878
#### 🔗 Links
7979

80+
Note: Just for Summary, More detail please go to [docs](https://rain120.github.io/awesome-javascript-code-implementation/)
81+
8082
- [ ] Primitive
8183

8284
- [ ] Javascript Keys
8385

84-
- [x] [instanceof](src/instanceof/README.md)
86+
- [x] [instanceof](src/primitive/instanceof/README.md)
87+
88+
- [x] [apply](src/primitive/apply/README.md)
89+
90+
- [x] [bind](src/primitive/bind/README.md)
8591

86-
- [x] [new](src/new/README.md)
92+
- [x] [call](src/primitive/call/README.md)
93+
94+
- [x] [new](src/primitive/new/README.md)
8795

8896
- [ ] Array
8997

98+
- [x] [arrayMove](src/Array/arrayMove/README.md)
99+
100+
- [x] [find](src/Array/find/README.md)
101+
90102
- [x] [isArray](src/Array/isArray/README.md)
91103

92104
- [ ] Object
@@ -171,7 +183,7 @@ We welcome all contributions. You can submit any ideas as [pull requests](https:
171183

172184
[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)
173185

174-
- sort
186+
- Sort
175187

176188
[JS-Sorting-Algorithm](https://github.com/Rain120/JS-Sorting-Algorithm)
177189

zh-CN.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,28 @@
5757

5858
#### 🔗 快速链接
5959

60+
Note: 仅做一个摘要, 详见 [文档](https://rain120.github.io/awesome-javascript-code-implementation/)
61+
6062
- [ ] Primitive
6163

6264
- [ ] Javascript Keys
6365

64-
- [x] [instanceof](src/instanceof/README.md)
66+
- [x] [instanceof](src/primitive/instanceof/README.md)
67+
68+
- [x] [apply](src/primitive/apply/README.md)
69+
70+
- [x] [bind](src/primitive/bind/README.md)
6571

66-
- [x] [new](src/new/README.md)
72+
- [x] [call](src/primitive/call/README.md)
73+
74+
- [x] [new](src/primitive/new/README.md)
6775

6876
- [ ] Array
6977

78+
- [x] [arrayMove](src/Array/arrayMove/README.md)
79+
80+
- [x] [find](src/Array/find/README.md)
81+
7082
- [x] [isArray](src/Array/isArray/README.md)
7183

7284
- [ ] Object

0 commit comments

Comments
 (0)