Тёмный

Solving MakeMyTrip Frontend Interview Question | Count Numbers | JavaScript 

Devtools Tech
Подписаться 34 тыс.
Просмотров 1,5 тыс.
50% 1

In this video, we will solve a front-end interview question from top companies like MakeMyTrip. We will implement a function that returns the count of numbers inside an array.
Question link: devtools.tech/questions/s/wri...
Book A Mock Interview Session: topmate.io/yomeshgupta
Support Us: devtools.tech/support
Try now using the links below
devtools.tech/questions/all?t...
devtools.tech/list/all
You can support our channel via:
rzp.io/l/support-devtools-tech
devtoolstech.gumroad.com/l/su...
www.buymeacoffee.com/yomeshgupta
************************************************************
Devtools Tech is a RU-vid channel started as a collaborative effort among like-minded engineers to provide high-quality programming tutorials for free. We firmly believe in knowledge sharing and easy access to quality content for everyone. Hence, this channel is an effort to give back to the community and a step toward our belief -- "We rise by lifting others".
Interview questions: devtools.tech/questions/all?r...
Interview resources: devtools.tech/resources/all?r...
Hidden Gem: devtools.tech/crazyones
Team Members:
Yomesh Gupta
Portfolio: yomeshgupta.com
LinkedIn: / yomeshgupta
Twitter: / yomeshgupta
#javascript #makemytrip #interviewquestions #frontend #web #devtoolstech #code #programming #development #code
***********************************************************

Наука

Опубликовано:

 

5 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@DevtoolsTech
@DevtoolsTech 2 месяца назад
Try question here: devtools.tech/questions/s/write-a-function-to-return-the-count-of-numbers-in-an-array-or-makemytrip-frontend-interview-question---qid---cjzjsfJUP0zHb2lgPJVy Other useful links: topmate.io/yomeshgupta devtools.tech/questions/all devtools.tech/lists/all
@anujtiwari7218
@anujtiwari7218 Месяц назад
Tried a question got an approach .The way you write a code it is worth learning . Thanks sir ..
@DevtoolsTech
@DevtoolsTech Месяц назад
Glad to hear that! 🙌🏼
@allpeace1
@allpeace1 2 месяца назад
More Video on Interview ques, Thanks in advance
@DevtoolsTech
@DevtoolsTech 2 месяца назад
More coming soon!
@gantavyasaraswat2130
@gantavyasaraswat2130 Месяц назад
Simple solution without using Recursion function countNumbers(collection) { let count = 0; let newArr = collection.flat(Infinity); for(let i =0;i
@DevtoolsTech
@DevtoolsTech Месяц назад
Yes, it is one of the ways do it. Thanks for sharing!
@trivedi2690
@trivedi2690 2 месяца назад
const isNumber =(nums )=>{ let count=0 for (let items of nums){ if(typeof(items)=== "number"){ count++; } if(Array.isArray(items)){ count+= isNumber(items) } } return count; } const res=isNumber(input) console.log(res)
@trivedi2690
@trivedi2690 2 месяца назад
hi bhaiya do you have 30 min in this week would love to book a topmate session regarding a switch .
@DevtoolsTech
@DevtoolsTech 2 месяца назад
Yes sure. Please book through topmate.io/yomeshgupta
@1-_-I
@1-_-I 2 месяца назад
Hey bro, how to tackle hacker Rank front end challenges, is there any other site where we can practice?
@DevtoolsTech
@DevtoolsTech 2 месяца назад
I haven't tried other platforms honestly in terms of solving more questions. Only one I can recommend is devtools.tech only.
@1-_-I
@1-_-I 2 месяца назад
@@DevtoolsTech haha nice bhai, ofcourse devTools is there
@DevtoolsTech
@DevtoolsTech 2 месяца назад
Learnersbucket you can try too!
Далее
Mama Bear Helps Babies Across Road
00:30
Просмотров 1,2 млн
Contract Testing in Playwright using Zod
8:41
JavaScript Higher Order Functions & Arrays
34:56
Просмотров 979 тыс.
tree-sitter explained
15:00
Просмотров 74 тыс.
Grouping in mongodb
24:51
Просмотров 20 тыс.
iPhone 12 socket cleaning #fixit
0:30
Просмотров 49 млн
РЭДФЛАГИ СБОРЩИКОВ ПК часть 1
1:00