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
f76e9e108f
odin-default-js-exercises
/
findTheOldest
/
findTheOldest.js
6 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Standardised function declaration calls across exercises
2021-04-29 09:33:30 +00:00
const
findTheOldest
=
function
(
)
{
add 'find the oldest'
2019-04-11 17:00:21 +00:00
added trailing semicolon to all function and module exports
2021-05-10 09:27:55 +00:00
}
;
add 'find the oldest'
2019-04-11 17:00:21 +00:00
added trailing semicolon to all function and module exports
2021-05-10 09:27:55 +00:00
module
.
exports
=
findTheOldest
;