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
29bcae0032
odin-javascript-exercises
/
snakeCase
/
snakeCase.js
6 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 03:23:28 -07:00
const
snakeCase
=
function
(
)
{
add snakeCase
2017-08-25 12:16:42 -07:00
added trailing semicolon to all function and module exports
2021-05-10 02:27:55 -07:00
}
;
add snakeCase
2017-08-25 12:16:42 -07:00
added trailing semicolon to all function and module exports
2021-05-10 02:27:55 -07:00
module
.
exports
=
snakeCase
;
Reference in a new issue
Copy permalink