mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-22 14:58:14 +08:00
Update README.md
This commit is contained in:
parent
54a357c7aa
commit
1df8461fe3
21
README.md
21
README.md
@ -26,6 +26,27 @@
|
|||||||
|
|
||||||
### 今日原题
|
### 今日原题
|
||||||
|
|
||||||
|
第九题:[修改嵌套层级很深对象的 key](https://github.com/KieSun/fucking-frontend/issues/14)
|
||||||
|
|
||||||
|
```js
|
||||||
|
const a = {
|
||||||
|
a_y: {
|
||||||
|
a_z: {
|
||||||
|
y_x: 6
|
||||||
|
},
|
||||||
|
b_c: 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// {
|
||||||
|
// ay: {
|
||||||
|
// az: {
|
||||||
|
// yx: 6
|
||||||
|
// },
|
||||||
|
// bc: 1
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
```
|
||||||
|
|
||||||
第八题:[对一个很长的名字数组,做分片更新名字请求](https://github.com/KieSun/fucking-frontend/issues/13)
|
第八题:[对一个很长的名字数组,做分片更新名字请求](https://github.com/KieSun/fucking-frontend/issues/13)
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Loading…
Reference in New Issue
Block a user