js
-
Senior Front-End Engineer Interview – A Checklist for Interview Preparation
I recently received an interview invitation for a front-end development position. As a seasoned developer, I suddenly found myself at a loss. Front-end development is just the HTML + CSS + JS trinity, right? I seem to understand everything, but upon deeper reflection, my knowledge base is actually quite vague. So, I've compiled some materials here, hoping…
-
Detailed Explanation of the `this` Keyword in JavaScript
I've been studying `this` in JavaScript lately and it's gotten a bit confusing, but I found a great article summarizing it, so I'd like to share it: https://segmentfault.com/a/1190000003046071 …