This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-js-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-js-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3423e2f6cf
odin-default-js-exercises
/
node_modules
/
minimist
/
example
/
parse.js
3 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
remove timer and simon
2017-12-15 18:56:14 +00:00
var
argv
=
require
(
'../'
)
(
process
.
argv
.
slice
(
2
)
)
;
Clean up the oopsie. Rebuild the blank exercises.
2021-05-08 12:39:21 +00:00
console
.
log
(
argv
)
;