StackAdapt - Software Engineer 2 - Frontend
Description Template:
Level: mid-level
Education: 4
Years of Experience: 4
Questions Asked:
- Example of a project you worked on recently
- Tell me about yourself
- What do you know about StackAdapt?
- What does this code output?
console.log(1)
console.log(2)
setTimeout(() => console.log(3), 0)
console.log(4)
answer: 1 2 4 3