Created a function that is suppose to remove all of the vowels in a given string that is passed as an argument for the function

And yet, everytime I run this code, I get this error:TypeError: str.remove is not a function

I don’t see why this is an error since remove() is a javscript function

Here is the link to my code:https://codepen.io/noblegas/pen/eYmNwBO

1 Like