diff --git "a/56 \350\265\265\346\225\217/20231102 \346\225\260\347\273\204.md" "b/56 \350\265\265\346\225\217/20231102 \346\225\260\347\273\204.md" new file mode 100644 index 0000000000000000000000000000000000000000..cc6e90ac6d11759e21d1c773c72967fea8b93471 --- /dev/null +++ "b/56 \350\265\265\346\225\217/20231102 \346\225\260\347\273\204.md" @@ -0,0 +1,144 @@ +## 笔记 + +~~~ md +数组.push() 方法将一个或多个元素添加到数组的末尾,并返回该数组的新长度 (重点) + +arr.unshift(新增的内容) 方法将一个或多个元素添加到数组的**开头**,并返回该数组的新长度 + +数组. pop() 方法从数组中删除最后一个元素,并返回该元素的值 + +数组. shift() 方法从数组中删除第一个元素,并返回该元素的值 + +数组. splice() 方法 删除指定元素 +~~~ + +## 作业 + +~~~ JavaScript + + + + + + Document + + + + + +~~~ + +~~~ JavaScript + + + + + + Document + + + + + +~~~ + +~~~ javascript + + + + Document + + + +
请点击开始,开始点名
+ 点击开始 + + + +~~~ + diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 1000c902eb69430fafa5c175ea331037e4429bb4..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# JavaScript基础 - -#### Description -如题 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)