From b5f2190aa4f86419b2c60681571ec6a18af869f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=95=8F?= <3234934487@qq.com>
Date: Thu, 2 Nov 2023 20:56:54 +0800
Subject: [PATCH] zmdzy
---
.../20231102 \346\225\260\347\273\204.md" | 144 ++++++++++++++++++
README.en.md | 36 -----
2 files changed, 144 insertions(+), 36 deletions(-)
create mode 100644 "56 \350\265\265\346\225\217/20231102 \346\225\260\347\273\204.md"
delete mode 100644 README.en.md
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 0000000..cc6e90a
--- /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 1000c90..0000000
--- 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/)
--
Gitee