What is a JavaScript callback function?
Front End Cashier Interview Questions
7,000 front end cashier interview questions shared by candidates
How to center a 200px x 200px div to the center of the screen?
As a designer, did I think I would get bored with coding and troubleshooting?
Say there was a function that took 1 second to execute and you needed to run this function 10 million times, how would you cut down on the execution time?
Given a number n where n+1 and n-1 are prime, prove n is divisible by 6
Given an input array and another array that describes a new index for each element, mutate the input array so that each element ends up in their new index. Discuss the runtime of the algorithm and how you can be sure there won't be any infinite loops.
Why do you want to work at Costco?
Given a grid of characters output a decoded message. The message for the following would be IROCKA. (diagonally down right and diagonally up right if you can't go further .. you continue doing this) I B C A L K A D R F C A E A G H O E L A D
If you were building a search tool and wanted search results to pop up as you typed but the server call was taxing, write a function that gets called on every key down but calls the server when the user stops typing for 400ms.
Implement a simple store class with set(Node, value), get(Node) and has(Node) methods, which store a given Nodes with corresponding values.
Viewing 1 - 10 interview questions