Check questions and answers by category: for Juniors, Middle and Senior Developers. Choose either theoretical or practical questions. If you have anything to add, please leave a comment.
23Dec
Related Post
14Nov
React Lesson 3: Exploring the React Component Lifecycle
In this article, we’ll explore the inner workings of the component lifecycle in React — how does it work? How can you utilize it? Let’s find out!
24Jan
Advanced Node.Js: A Hands on Guide to Event Loop, Child Process and Worker Threads in Node.Js
In this article we will discuss some of the advanced concepts of Node.js. We will discuss event loop works, concurrency, child process and worker threads.
01Aug
Oksana Trypolska: I Don’t Know Any Person Who, After Working Remotely, Returned to the Office
We talked to Oksana Tripolskaja, a co-founder of HR House, a small recruiting agency in Ukraine. Oksana has visited the Running Remote conference this year and shares her thoughts about the event in this interview.
I like how you divide them into theoretical and practical ones. Even if the theory was learned a while ago, one can still feel confident with practical questions.
Thank you for this
Thanks, cool idea with types of questions, very useful!
JavaScript Question № 57
function arrSum(arr) {
return arr.toString().split(‘,’).map(str => +str).reduce((a, b) => a + b);
}
yeah! this is very useful article not for the interview only but for those who have a lot questions in their mind related to css and jq. Thanks for such wonderful post.