In js == and === main difference
Frontend Software Engineer Interview Questions
869 frontend software engineer interview questions shared by candidates
Mostly basic OOP questions, HTML questions, CSS questions
Lifecycle hooks, component communication, etc.
- JavaScript fundamentals - Web development related questions - Past experiences
Was asked to do a "take-home coding assignment".
An example to check understanding of reference data type of javascript
Javascript promise questions like below, and ask you to order output. ``` setTimeout(() => console.log(1), 0); new Promise(resolve => { console.log(2); resolve(); }).then(() => { console.log(3)}) ```
- an easy Angular challenge completable with basic Angular knowledge - 2 easy/medium problems on CodeWars - open topic conversations (past experience, architectural choices, etc.)
What is AJAX and describe how it works.
What technical challenges did you get and how did you solve it?
Viewing 711 - 720 interview questions