lydiahallie / javascript-questions

A long list of (advanced) JavaScript questions, and their explanations :sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question No. 37

rajanmagar opened this issue · comments

Hello @lydiahallie,
Great job first of all. While going through the QA i found little correction. The answer of 37 is correct but the order of element is wrong.
Given: [1, 2, 3, 7 x empty, 11] ❌
Correct: [1, 2, 3, empty x 7, 11]
Sharing the screenshot for more clarity.
Screenshot 2022-08-07 at 4 09 25 AM

I will fix it. Sending PR soon.
Happy Learning.
Regards,
Rajan

It was fixed #675