11029581 -The processArray function takes an array of numbersand returns a new array where each even number is squared and each odd number is trippled. -formatArrayStrings function takes two arrays, one of strings and one of numbers processed by proccessArray. It capitalizes strings if the corresponding number is even and converts them to lowercase if the number is odd. -createUserProfiles function takes an array of names and an array of modified names (from Task 2), returning an array of objects containing originalName, modifiedName, and id (auto-incremented starting from 1).
DevSavante/js-for-react-native-11029581
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|