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
Sigiloso
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