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