Expert Developer JavaScript Question:
What are your favorite JavaScript libraries?
Answer:
This is one of those general open-ended questions interviewers love to throw out. The only correct answer here is one that shows you're familiar with and have an opinion on the various JavaScript libraries. You could discuss the pros and cons of using raw JavaScript vs. jQuery, or describe an instance in which you'd use one library over another. Visit jsdb.io for a complete rundown.
Previous Question | Next Question |
What is the difference between window.onload and the jQuery $(document).ready() method? | What kind of looping functions does JavaScript support? |