I'm gearing up for an interview that will focus on browser APIs. My interviewer hinted that they'll likely give me some uncommon API from the documentation and ask me to implement something using it. I'm looking for tips on how to prepare for this and any example interview questions I might encounter. I can't use LLMs for help, but I have the web at my disposal. Any advice?
1 Answer
I doubt they'll pick something random. You should definitely check out a list of browser modules that aren't available in Node.js. Focus on those that seem more common—I think you'll find that helpful!
MDN is a solid place to start for that info: https://developer.mozilla.org/en-US/docs/Web/API.