generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
1
test/removeVowels/removeVowels.js
Normal file
1
test/removeVowels/removeVowels.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = removeVowels = (str, repl = '') => str.replace(/[aeiou]/gi,repl);
|
||||
Reference in New Issue
Block a user