What does the UseState in React return?
Preguntas de entrevista para el puesto de Fullstack Javascript Developer en espana
19 Preguntas de entrevista compartidas por los candidatos | fullstack javascript developer
What is the difference between rebase and merge in Github?
How do you manage the time difference?
design question - high level how to design Wix Sheets (like google sheets)
What is the difference between REST and GraphQL?
Closures, promises etc. in JavaScript.
Javascript basics, hoisting, array functions, questions related to react debounce, client side rendering, server side rendering. Asked coding question like simple 2 pointer approaches.
Contribute with clossing a github issue that was assigned to me.
Tell us about your past experiences
You are given a Maze in the size of NxM represented by a boolean matrix where 0 is empty, and 1 is blocked (wall). 1. Code a function 'solve1', which returns true if there's a path from points 's' (start) to 'e' (end) which passes only through zeros. It should return 'false' if there is no possible path. Possible movements: up, right, down, left (no diagonals) For example, this maze should return true: s 1 1 1 0 0 0 1 1 1 e 1 1 1 1 1 And this one should return false: s 1 1 1 0 1 0 1 1 1 e 1 1 1 1 1
Viendo 1 - 10 de preguntas de entrevista