Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyan1996 committed Sep 12, 2024
1 parent cad32fb commit 1c143ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Setup Node
uses: pnpm/action-setup@v4.0.0
with:
node-version: 20
cache: pnpm
# Version of pnpm to install
version: 9 # optional
Expand Down
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](README.md) | 中文

[博客](https://juejin.im/post/5cef46226fb9a07eaf2b7516)
[网站](https://yeyan1996.github.io/practical-javascript/README-zh_CN.html) | [博客](https://juejin.im/post/5cef46226fb9a07eaf2b7516)

* [x] 数组Api的内部原理
* [x] reduce实现数组的Api
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

English | [中文](README-zh_CN.md)

[Blog](https://medium.com/javascript-in-plain-english/28-javascript-skills-a-qualified-intermediate-front-end-engineer-needs-to-master-ffed93de3f38)
[Website](https://yeyan1996.github.io/practical-javascript/) | [Blog](https://medium.com/javascript-in-plain-english/28-javascript-skills-a-qualified-intermediate-front-end-engineer-needs-to-master-ffed93de3f38)



* [x] Array Api
* [x] Use reduce to implement the array Api
Expand Down

0 comments on commit 1c143ec

Please sign in to comment.