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
8dfb7e450858f095576b699e8500dfcd6d7403e8
odin-javascript-exercises
/
archived_pigLatin
/
pigLatin.js
T
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added jest
2021-03-03 15:13:24 +13:00
function
pigLatin
(
string
)
{
}
;
add clarifiying comment about not removing code
2021-09-11 16:18:19 -06:00
// Do not edit below this line
module
.
exports
=
pigLatin
;
Reference in New Issue
Copy Permalink