JavaScript Challenge #2 k@k on February 03, 2020 let array = ["hello.txt","hello.zip","","hello.exe"]; ........... ........... Output : [".txt",".zip","null",".exe"]; Understand the problem and solve it...make your solution on comments..
JavaScript Challenge #2
k@k on February 03, 2020
let array = ["hello.txt","hello.zip","","hello.exe"];
...........
...........
Output : [".txt",".zip","null",".exe"];
Understand the problem and solve it...make your solution on comments..
For further actions, you may consider blocking this person and/or reporting abuse