Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Abbey Hernandez

@AbbeyHernandez
Repls
Community
AbbeyHernandez
AbbeyHernandez
published a Repl
2 years ago
0
### Titleize ###
### Titleize ###A method that capitalizes each word in a string like a book title and does not capitalize words like 'a', 'and', 'of', 'over' or 'the'.
SCITechnoBlade
SCITechnoBlade
What is this, there is nothing?!5 months ago
AbbeyHernandez
AbbeyHernandez
published a Repl
2 years ago
0
### Missing Numbers ###
### Missing Numbers ###Given an array of unique integers ordered from least to greatest, this method will return an array of the integers that are needed to fill in the consecutive set.