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
![Ultimate Llist of JS Questions](https://soshace.com/wp-content/uploads/2019/12/ultimate-llist-of-js-questions-o-1.jpg)
Related Post
![Interview with Alexander Troshchenko](https://soshace.com/wp-content/uploads/Alexander-Troshchenko-700x300.jpg)
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.
![JavaScript Design Patterns in Action](https://soshace.com/wp-content/uploads/2019/12/javascript-design-patterns-in-action-1.jpg)
02Jan
JavaScript Design Patterns in Action
In this article, we are going to explore all the popular design patterns used in JavaScript. We will discuss how to implement these patterns and we will discuss why we need to build them.
![Way to AGI. Infusoria-slipper](https://soshace.com/wp-content/uploads/2023/04/e99f1e0abc.png)
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.
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.