Skip to content

convertToBaby(), that takes in an array as an argument and, using a loop, returns a new array with each string in the array prepended with 'baby'.

Notifications You must be signed in to change notification settings

candytale55/Convert-To-Baby_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Convert-To-Baby_JS

convertToBaby(), that takes in an array as an argument and, using a loop, returns a new array with each string in the array prepended with 'baby'.

General info

The purpose of the project is just learning and practicing (I'm a newbie)

Features

List of features ready and TODOs for future development

To-do list:

  • To use map is more convenient.
  • Do the update on the same array, instead of returning newarray

Technologies

  • Javascript ES6

Setup

NA - It's only coding examples, there's no setup.

Status

Project is: finished, - may come back use map(), or maybe not.

References

Based on Codecademy's Web Development path courses, Code Challenges: Intermediate JavaScript exercises

About

convertToBaby(), that takes in an array as an argument and, using a loop, returns a new array with each string in the array prepended with 'baby'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published