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
14f9b662de
odin-default-js-exercises
/
pigLatin
/
pigLatin.js
6 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove solution from non-solution branch
2021-04-30 10:26:35 +00:00
function
pigLatin
(
string
)
{
move files from testing repo to this repo
2021-04-30 09:49:46 +00:00
added trailing semicolon to all function and module exports
2021-05-10 09:27:55 +00:00
}
;
Remove solution from non-solution branch
2021-04-30 10:26:35 +00:00
multiple files: Added a blank line at the end of each file
2021-05-12 07:37:53 +00:00
module
.
exports
=
pigLatin
;