Minesweeper problem. Write a function reveal() that outputs the number of tiles shown when a user clicks on a tile. Each tile shows the number of bombs as its neighbor. If the user click on a tile that is a bomb, the game is over. If that tile is 0, reveal all its neighbors.
End Developer Junior Front Interview Questions
15,880 end developer junior front interview questions shared by candidates
Show some examples of your work.
Different JavaScript specific questions
question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.
JS Question about order of execution, of log line, a log in a settimeout callback, and a resolved promise callback
Why we should hire you?
Write a debounce function
What is prototype then all followup questions to deep dive
Taking an array of strings, return an array with the first instance of any string whose anagram is later in the array (preserving order, removing the later anagram instances and any strings without anagrams)
Tell us about what you’ve been doing at your current role
Viewing 1201 - 1210 interview questions