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
03d7fe251a
odin-javascript-exercises
/
pigLatin
/
pigLatin.js
5 lines
63 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
added trailing semicolon to all function and module exports
2021-05-10 02:27:55 -07:00
module
.
exports
=
pigLatin
;
Reference in a new issue
Copy permalink