+ 3
Problem :: Remove this from the Array
I have created an array with same string , but the my problem is to remove the empty strings from the array. Example is here https://code.sololearn.com/cQ8aKJ2oA8uB/?ref=app
2 Respostas
+ 5
a = a-[""]
Yes, indeed. This is Ruby we are talking about.
+ 4
Thanks Hatsy Rei for the answer.