This website requires JavaScript.
Explore
Help
Sign in
punkfairie
/
odin-javascript-exercises
Watch
1
Star
0
Fork
You've already forked odin-javascript-exercises
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
14f9b662de
odin-javascript-exercises
/
findTheOldest
/
findTheOldest.js
6 lines
72 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Standardised function declaration calls across exercises
2021-04-29 02:33:30 -07:00
const
findTheOldest
=
function
(
)
{
add 'find the oldest'
2019-04-11 10:00:21 -07:00
added trailing semicolon to all function and module exports
2021-05-10 02:27:55 -07:00
}
;
add 'find the oldest'
2019-04-11 10:00:21 -07:00
added trailing semicolon to all function and module exports
2021-05-10 02:27:55 -07:00
module
.
exports
=
findTheOldest
;
Reference in a new issue
Copy permalink