Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
T
topjs3 study
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Sun
topjs3 study
Commits
57aed9de
Commit
57aed9de
authored
Dec 26, 2019
by
Scott Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott
parent
68f2df6b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
.gitignore
2019-12-26/.gitignore
+3
-0
index.js
2019-12-26/index.js
+12
-0
README.md
README.md
+3
-2
No files found.
2019-12-26/.gitignore
0 → 100644
View file @
57aed9de
node_modules
.vscode
2019-12-26/index.js
0 → 100644
View file @
57aed9de
// 导入
var
_
=
require
(
'lodash'
);
// 查看当前包路径
print
(
__package__
.
libraryPaths
());
// 打印命令行参数
var
arr
=
[
1
,
2
,
3
,
5
,
8
]
var
res
=
_
.
forEach
(
arr
,
function
(
n
){
print
(
n
)
});
print
(
res
)
\ No newline at end of file
README.md
View file @
57aed9de
# test
# topjs3 study
## 2019-12-26
这是一个测试
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment