Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
node-js-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patiphan Marak
node-js-60-2
Commits
79fe55ca
Commit
79fe55ca
authored
7 years ago
by
Patiphan Marak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
give me point pls
parent
1cadf85a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
week04/.gitignore
+2
-0
index.js
week04/contact-manager/index.js
+1
-1
No files found.
week04/.gitignore
0 → 100644
View file @
79fe55ca
node_module/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
week04/contact-manager/index.js
View file @
79fe55ca
#!/usr/bin/env node
//const lower = require("./logic"); // impport function
const
{
addContact
,
getContact
}
=
require
(
"./logic"
);
const
{
addContact
,
getContact
}
=
require
(
"./logic"
);
//console.log(lower.toLower("PATIPHAN MARAK"));
...
...
This diff is collapsed.
Click to expand it.
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