The Moment I Realized I Didn't Really Know JavaScript
I was 2 months into learning JavaScript. I could use .map(), .filter(), .reduce() like any bootcamp grad. I felt confident.

Then my instructor asked me one question:

"How does .reverse() actually work?"

I froze.

I had used it hundreds of times. But I had no idea what was happening inside. I...