This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
30-Days-Of-React
mirror of
https://github.com/Asabeneh/30-Days-Of-React
Watch
2
Star
1
Code
Issues
Projects
Releases
Wiki
Activity
functions unlimiited args
Browse Source
pull/73/head
Derrek Gass
5 years ago
parent
f69d208dda
commit
f7aa555e40
1 changed files
with
5 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
solutions/day-01/functions.js
Unescape
Escape
View File
@ -33,3 +33,7 @@ function sum(arr) {
}
}
return
sum
return
sum
}
}
function
sumAllNums
(
)
{
console
.
log
(
arguments
)
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public/30-Days-Of-React
Title
Body
Create Issue