Broken how? Which language? It's probably because you're modifying the original array instead of creating a new array and returning that instead. If so, don't modify the input array.
You can now use either Validator() or Database() I've left Validator class in the preloaded section to not depreciate any current solutions but added the Database class to help lessen confusion about the Validator as it did not make sense.
That worked. Thank you!
Broken how? Which language? It's probably because you're modifying the original array instead of creating a new array and returning that instead. If so, don't modify the input array.
Random tests are broken.
Absolutely.
You can now use either
Validator()
orDatabase()
I've left Validator class in the preloaded section to not depreciate any current solutions but added the Database class to help lessen confusion about the Validator as it did not make sense.This comment is hidden because it contains spoiler information about the solution
Should there be a semicolon at the end of the for loop?