Pergunta de entrevista da empresa Wix

Warm up questions: 1.question about implementing a function using Currying. 2.state what an async code with timers and promises will print. 3. some questions regarding the js ecosystem. 4. a question on checking if a path exists between 2 cells in a matrix, then asked to change the implementation to support returning the path

Resposta da entrevista

Sigiloso

7 de nov. de 2020

1. lookup curring js online 2. need to know how the event loop working in js 3. theory 3. I implement bfs solution and explained in pseudo code... there wan't time