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

06Apr
Swarm Intelligence: Infusoria Slipper
I set a research goal for myself: to understand the most optimal decision-making algorithms at each level of task-setting, and to move from simpler solutions to more and more complex ones as the external environment becomes more complicated.

28Mar
Interview with Alexander Troshchenko
I’m a Software Developer with a long history of working in the United States ever since I’ve started my Bachelor’s Degree in Software Engineering at the Florida Institute of Technology in 2011.

28Sep
How To Build a Github Jobs App using React, Apollo, and GraphQL – Part #1: Build the GraphQL Server
In this series, we will be building a Github Jobs App using React, Node, GraphQL, and Apollo Client. We will cover it in two separate articles. In the first part, we will create a GraphQL server from scratch with Node and Express.js.
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.