Posts by Cristiano Rocha • 23 points
3 posts
-
-1
votes2
answers95
viewsQ: Return the number of characters in a word list with Typescript
I want to return a method that receives a list of words and returns an array with the number of characters of the words. I tried as below, but is returning the amount of words instead of characters.…
-
0
votes1
answer54
viewsQ: Generate a sentence list sorted by the js arraySort()
I am trying to create a list of phrases sorted alphabetically using the JS arraySort(), but using the code below, returns a duplicate phrase. Any idea how to do it differently? //Cria lista de…
-
1
votes2
answers1814
viewsQ: How to remove vowels from a JS string?
I want to create a JS function that removes vowels from a word. I tried with replace, regular expression, but I couldn’t.
javascriptasked Cristiano Rocha 23