This website requires JavaScript.
Explore
Help
Sign In
gauchmarc
/
software-development-2022
Watch
1
Star
0
Fork
You've already forked software-development-2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
87fa50944e
software-development-2022
/
test.js
4 lines
81 B
JavaScript
Raw
Blame
History
const
min
=
(
a
,
b
)
=>
a
<
b
?
a
:
b
console
.
log
(
min
(
3
,
5
)
)
console
.
log
(
min
(
5
,
3
)
)
Reference in New Issue
View Git Blame
Copy Permalink