Skip to content

Module 3. JS Core. Lesson 10. Task 3. The Array. Converting the String in the Array into the Lengths of these strings. Using the `for...of` loop and the `push()` method.

iryna-romashko/JS-core-The-Array-Convert-the-String-in-the-Array-to-their-Lengths-use-for...of-loop-and-push-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Module 3. JS Core. Lesson 10. Task 3.

The Array. Converting the Array of string elements to an Array of their lengths.

Using a for...of loop to iterate over all elements of an array, converting each string to its length, and using a push() method that adds the resulting elements to the resulting array.

About

Module 3. JS Core. Lesson 10. Task 3. The Array. Converting the String in the Array into the Lengths of these strings. Using the `for...of` loop and the `push()` method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published