What are some HTML5 features?
Frontend Engineer Interview Questions
12,723 frontend engineer interview questions shared by candidates
Implement .bind()
Normal array & string related questions. Some questions related to javascript.
Can you describe a time when you had to collaborate with a cross-functional team to complete a project?
If you were in a meeting, and other people made statements which you disagree with, how would you react?
Design parking lot in javascript
Why did you architect your code this way? How could you improve performance? How could you make it more testable? How could you test the rendering code in a way that would make you confident in its correctness?
Replace all ';' in string to _: 'f;g;t;e;q;a;' - > 'fgteqa' (both using split/join and with a loop)
What did you learn last week?
Q4. Based on my answer to the question above, he mentioned this code? - He said, that you are saying javascript is async. then what will be the output of this code console.log("a") Promise. execution() console.log("b") Will it wait to resolve promise or it will execute parallely ?
Viewing 731 - 740 interview questions