Record Collection - Free Code Camp Help - Basic Javascript - Algorithms & Data Structures

preview_player
Показать описание
Free Code Camp Material - To help you learn and walk-through step-by-step.

JavaScript Algorithms and Data Structures Section
Basic Javascript Sub-Section
Record Collection Challenge
Рекомендации по теме
Комментарии
Автор

English is my second language so was hard to write this function for me. Thank you this helped me very much!

cenyii
Автор

Thank you. Your explanation helped a lot.

jromain
Автор

make more videos on exercises man you saved a lot of us

factSphere-lr
Автор

Very helpful and easy to digest. Keep up the great work!

shemicajean-baptiste
Автор

Great stuff. How are you only 269 subs? Here's number 270.

kudosinsueco
Автор

this is a better way to do it:

if (value === ""){
delete records[id][prop];
} else if (prop !== "tracks"){
records[id][prop] = value;
} else if (prop === "tracks"){
if {

} else {
records[id][prop] = [value];
}
}

return records;
}

Abbrumaxi
Автор

This non-consensually fucked my mind :(

littlebird
Автор

im getting so frustrated i just do not understand where to put key words and values and how you know where to plug in certain words. i really want to learn and to have a job developing software in the next year but im not sure if ill be able i feel like this is so easy for everyone else to comprehend 🤦🏼‍♂️

mattm