Skip to content

Commit

Permalink
array
Browse files Browse the repository at this point in the history
  • Loading branch information
Huauauaa committed Jun 2, 2022
1 parent f465032 commit 6cb3fab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/Global_Objects/Array/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Array
3 changes: 3 additions & 0 deletions docs/reference/Global_Objects/Array/push/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Array.prototype.push()

The `push()` method adds one or more elements to the end of an array and returns the new length of the array.
1 change: 1 addition & 0 deletions docs/reference/Global_Objects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Global_Objects
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run docs:dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
Expand Down

0 comments on commit 6cb3fab

Please sign in to comment.