@demodemo1536

I watched every video in the reel and it's called time investment for my near future.

Best of luck bro and you are doing a great job.

Your Logic Clear reel is the best part of your reel channel.

@shreeaanshgupta5359

I am a Nodejs developer . Your video is very much educationally.

@coderdost

FINAL METHOD HERE: https://youtu.be/Croe5yc4kAM


REACT  Interview Shorts :
http://bit.ly/3VfIrMi

JAVASCRIPT  Interview Shorts:
http://bit.ly/3XhHRQ1

REACT JS Course (Redux & HOOKS) : https://bit.ly/3iMethN

Course of JAVASCRIPT: https://bit.ly/3u049tf
Course of Modern JS.(ES6) : https://bit.ly/3DvYCh6

@AshishPandey-lo2vx

Baat to hai yaar .... basic cheeze hai lekin important bahut h ...kafi baar ye cheeze bhool bhi jata hu aise yaad rehta h 🫠 dhanyvad

@GOKU-fn4he

Really good example. But the problem is interviewer always tell you to solve this question without using any prebuild js method. And I also faced this same question.

@Sanjaykumar-ts1gb

Best approach

@AbhijeetRathore1

Very practical tricks 🙏🏻

@okjadhavokjadhav4149

Very helpfull 💯❤️

@kishanrai11461

Hii sir your all video very helpful for me
Thank you🙏 for sharing your khowledge.

@asimrahim1243

@coderdost Bro your tutorials are awesome. Please tell me what IDE you are using?

@abhii9626

How your code print values in the nest for call.. Which IDE you ar using its looking like vs

@4444-c4s

i bet sabko minimum 2 baar to dekhna hi pada tha

@ajcoders6748

extension name giving you output on the vs code

@LopsidedView514

Can anybody tell me, which extension or ide he is using for output next to the variable?

@s1mple965

Sir ye font konsa h

@RahulSoni-01

bhai tere shorts bht usefull h reacr aur javascript

@s-qc9ns

Doosra short Jo tumne bola uska link comment me pin karo next time. Most of the time people don't want to go through the whole account in search of a single video. Good luck

@atifuzzaman

how you can view a variable value in vscode editor?
Is there any extension?

@prakashbanjade4374

To get every index on which the substring is located: 

let string = "bhai batai ye kya hai";

let substr = /ai/gi;

let indexes = [];
let matched;

while ((matched = substr.exec(string))) {
  indexes.push(matched.index);
}

console.log(indexes);

@dg_official96

How to add CSS to a particular component in react?   Ak components ki css sabko apply hoto hai