Microsoft Front End Interview Questions
Latest version on GreatFrontEnd
Find the latest version of this page on GreatFrontEnd's Microsoft Front End Interview Guide.
JavaScript coding questions
- Tic-tac-toe implementation using vanilla JavaScript, HTML and CSS.
- Practice question (Paid)
- Create a chat interface like Microsoft teams.
- Use OOP to implement a Chess game.
User interface coding questions
- Create a notification interface like Microsoft teams
- Image slider implementation.
Quiz questions
- What is a prototype?
- Read answer (Free)
- What is a closure?
- Read answer (Free)
- What is the difference between
let,const, andvar?- Read answer (Free)
- What is DOM?