QUESTION 5: How are the 'async' and 'await' keywords used in JavaScript? Show Answer JavaScript Junior
QUESTION 8: Can you name two programming paradigms important for JavaScript app developers? Show Answer JavaScript Junior
QUESTION 10: What is the difference between classical inheritance and prototypal inheritance? Show Answer JavaScript Mid-level
QUESTION 11: What are the pros and cons of functional programming vs object-oriented programming? Show Answer JavaScript Mid-level
QUESTION 14: What does “favor object composition over class inheritance” mean? Show Answer JavaScript Mid-level
QUESTION 15: What are two-way data binding and one-way data flow, and how are they different? Show Answer JavaScript Junior
QUESTION 16: What is asynchronous programming, and why is it important in JavaScript? Show Answer JavaScript Mid-level
QUESTION 19: Give an example of a time that you used functional programming in JavaScript. Show Answer JavaScript Mid-level
QUESTION 20: Give an example of a time that you used Prototypal OO in JavaScript. Show Answer JavaScript Mid-level
QUESTION 21: What is a RESTful Web Service? Show Answer ArchitectureHTTP protocolWeb services Mid-level
QUESTION 24: Can you describe what the Module Pattern is? Show Answer Design PatternsJavaScript Senior