Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-assignment
/
merge-test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Lee SeJin
2021-05-08 00:36:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52caca60cf71c30f7b9522b71e0795b686963404
52caca60
1 parent
988268e3
func1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
test1.js
test1.js
View file @
52caca6
console
.
log
(
"This is the 11111 line"
);
console
.
log
(
"22223"
)
function
a
(){
return
console
.
log
(
"hi"
);
}
function
b
(){
return
console
.
log
(
"bye"
);
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment