izuchukwumba / kudos-board

0 stars 0 forks source link

Project feedback #4

Open lima1756 opened 2 months ago

lima1756 commented 2 months ago

Great work with last week's project! The complexity jump from week 2 to week 3 was significant, so it's understandable that you weren't able to cover all the stretch goals. Nonetheless, great job completing everything else!

Fundamentals

Security

Other

izuchukwumba commented 2 months ago

Thank you so much for this detailed feedback.

Regarding Feedback 3, sortString is the param variable used in defining the function. sortOption is the actual param input.

function newFunction(name){ console.log(name) } newFunction('Izuchukwu Mba')

In the above example, name would be sortString and 'Izuchukwu Mba' would be sortOption.