This website requires JavaScript.
Explore
Help
Sign In
10h30
/
odin-javascript-exercises
Watch
1
Star
0
Fork
0
You've already forked odin-javascript-exercises
mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced
2026-06-05 15:09:09 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f63b3e380b5cf2fd35d95d7ec290a6df86e1191
odin-javascript-exercises
/
snakeCase
/
snakeCase.js
T
6 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Transform 'let' in 'const' where needs be
2018-08-07 11:23:28 +01:00
const
snakeCase
=
function
(
)
{
add snakeCase
2017-08-25 14:16:42 -05:00
added trailing semicolon to all function and module exports
2021-05-10 21:27:55 +12:00
}
;
add snakeCase
2017-08-25 14:16:42 -05:00
added trailing semicolon to all function and module exports
2021-05-10 21:27:55 +12:00
module
.
exports
=
snakeCase
;
Reference in New Issue
Copy Permalink