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
ad1c0c407f
odin-default-js-exercises
/
findTheOldest
/
findTheOldest.js
4 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "Merge branch 'jest'" This reverts commit f76e9e108fd5b4cba308d50a7293bc3f762ed522.
2021-05-13 01:47:42 +00:00
let
findTheOldest
=
function
(
)
{
}
added trailing semicolon to all function and module exports
2021-05-10 09:27:55 +00:00
module
.
exports
=
findTheOldest
;