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
8b6d46300c
odin-default-js-exercises
/
findTheOldest
/
findTheOldest.js
4 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Revert "update cloning link" This reverts commit 4c771f2e05612998feaef0e0c30d689a138b3108.
2021-05-08 18:25:04 +00:00
let
findTheOldest
=
function
(
)
{
}
;
Revert "Merge pull request #1 from xandora/jester-tester" This reverts commit e9010908960afcae3a9433a16c71ae367ac99465, reversing changes made to 42076e7424f8b37ecbecf830fedb6748d49b72ea.
2021-05-08 18:28:50 +00:00
Revert "update cloning link" This reverts commit 4c771f2e05612998feaef0e0c30d689a138b3108.
2021-05-08 18:25:04 +00:00
module
.
exports
=
findTheOldest
;