can anyone help me solve the fellowing questions? thank you in advance, | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

can anyone help me solve the fellowing questions? thank you in advance,

INSTRUCTIONS First, declare a variable named myArray and assign it to an empty array. Now populate myArray with two strings: Put your full name in the first string, and your favorite color in the second. Next, declare a function named cutName. It should expect a parameter name. cutName should return an array by breaking up the input string into individual words. Example: cutName("Douglas Crockford") should return ["Douglas", "Crockford"] Example: cutName("John B. Smith") should return ["John", "B.", "Smith"] Declare a new variable named myInfo and assign it to an empty object literal. Add the following three key-value pairs to myInfo: Key: fullName Value: The result of calling cutName on the name string within myArray. Key: favoriteColor Value: The color within myArray. Key: github Value:If you have a github handle, enter it here as a string. If not, set this to null instead.

4th Feb 2021, 8:40 PM
Ahmed Abdul
Ahmed Abdul - avatar
1 ответ
+ 4
Ahmed Abdul , before we can help you, you should show us your attempt for this task. please pug your code in playground and post it here. thanks!
4th Feb 2021, 9:12 PM
Lothar
Lothar - avatar