Answers for "Find Short Word"

0

Find Short Word

return Math.min(...s.split(" ").map (s => s.length));
Posted by: Guest on January-22-2022

Browse Popular Code Answers by Language