Please write the numbers 1-4 in the order they will print to the console in the following function: (function() { console.log(1); setTimeout(function(){console.log(2)}, 500); setTimeout(function(){console.log(3)}, 0); console.log(4); })();
Frontend Developer Interview Questions
8,954 frontend developer interview questions shared by candidates
How can we get the number of elements in an array?
What is redux and hooks in react?
Given a simple design in Figma, implement the UI using React (or your framework of choice). Styling is relatively important. Functionality involves basic interactions, such as click handlers.
Do you have more framework or base JavaScript experience?
Describe what's html5 semantic elements
State Management, RxJs, Route Guards, modular design, Bootstrap, Redux
Converting an Figma design for an iPhone screen to HTML/CSS code
Coding + System Design. Round 1: Complete 3 coding problems in 45 mins Round 2: Complete a system design question. It's not very difficult, but still a little bit challanging.
Do FizzBuzz into an array. I did this with a shared screen in VSCode and was allowed to test the code in the Chrome console.
Viewing 971 - 980 interview questions