6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
function pigLatin(string) {
|
|
|
|
};
|
|
|
|
// Do not edit below this line
|
|
module.exports = pigLatin;
|