Skip to content

Commit e0d87fe

Browse files
committed
Length of array elements / 기초
1 parent 8ed1f35 commit e0d87fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function solution(strlist) {
2+
return strlist.map((str) => str.length);
3+
}

0 commit comments

Comments
 (0)