JavaScript
- Implement
Array.prototype
methods (flat
,map
,reduce
,concat
) by yourself using JavaScript.
- How can you execute an array of promise in sequence?
User interface coding
- Implement a simple photo ordering tool with vanilla JS and no libraries.
Trivia
- How do you build an npm package?