We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed1f35 commit e0d87feCopy full SHA for e0d87fe
tkddbs587/Array/length_of_array_elements.js
@@ -0,0 +1,3 @@
1
+function solution(strlist) {
2
+ return strlist.map((str) => str.length);
3
+}
0 commit comments