Answers for "aba translate js"

0

aba translate js

const abaTranslate = sentence => sentence.replace(/[aeiou]/ig, "$&b$&");
console.log(abaTranslate("Cats and dogs")); // returns "Cabats aband dobogs"
Posted by: Guest on February-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language