Skip to content

JS Function Lib Proj#15

Open
LiamKirkland wants to merge 1 commit into
learn-co-curriculum:masterfrom
LiamKirkland:master
Open

JS Function Lib Proj#15
LiamKirkland wants to merge 1 commit into
learn-co-curriculum:masterfrom
LiamKirkland:master

Conversation

@LiamKirkland

Copy link
Copy Markdown

I am going to call out 2 things with this:

  1. I didn't realize until the 'myKeys' and 'myValues' section that for of and for in loops were likely allowed. So for all of the array iteration, I used the let i = 0 method because I thought we were avoiding them 😭 If I was supposed to avoid for of/in, I have no idea how I would've done the last two functions (Live Code candidate?).
  2. We just learned about why nested for loops are bad and then I proceed to almost exclusively use them.... my bad 😅
    .
    .
    .
    .
Screenshot 2026-05-19 at 2 05 25 PM

@KFad11 KFad11 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we just didn't want to use .reduce for the myReduce function was what the lab was getting at... that was the only restriction I saw they wanted you to adhere to in the instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants