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.
Related Post
Building Mobile Apps With Vue3 and Ionic
Ionic is an open-source UI framework and toolkit that helps developers build highly efficient and performant apps for native iOS, Android, and the web (PWA). On October 15th, 2020, the Ionic team announced the official release of Ionic-vue, a new way of building applications using the two technologies you already love: Ionic and Vuejs.
Node.js Lesson 1: Introduction and Modules
Hello everyone, this is the first lesson of the Nodejs course and we are going to cover the basics of Nodejs. We will also understand Modules in Nodejs and create one ourselves. Let’s start.
Build Real-World React Native App #8 : implement Dark mode
In this chapter, we are going to implement a new feature in our app. The feature is called dark mode which is very prevalent in the app nowadays. The dark mode is configured into any app to make it night friendly or low light friendly.
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.