mix character in array give

Viewed 13

let x = ['Welcome','Hello1','hi22','fff65',33], how to find : output1 = [1,2,2,6,5,3,3], output2 = ['Welcome'], output3 = ['Hello1','hi22','fff65'], output4 = [33] output is given. write proper method for all.

0 Answers
Related