STRING finding TRICKS - JavaScript interview questions #javascript #reactjs

preview_player
Показать описание
How to use Includes, indexOf, and Split on a string to find a substring ?

🤯 Crash Courses (Single Video)

🧑‍🏫 Full Course Playlists

💻 Projects Playlists

🕹 Mini Projects (Single Video)

Рекомендации по теме
Комментарии
Автор

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.

demodemo
Автор

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

shreeaanshgupta
Автор

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.

GOKU-fnhe
Автор

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

AshishPandey-lovx
Автор

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

LopsidedView
Автор

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

kishanrai
Автор

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

abhii
Автор

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

asimrahim
Автор

extension name giving you output on the vs code

ajcoders
Автор

bhai tere shorts bht usefull h reacr aur javascript

RahulSoni-
Автор



REACT Interview Shorts :

JAVASCRIPT Interview Shorts:


coderdost
Автор

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

atifuzzaman
Автор

i bet sabko minimum 2 baar to dekhna hi pada tha

-cs
Автор

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

dg_official
Автор

I didn't understand last one why length -1?

Ipsita
Автор

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);

prakashbanjade
Автор

Apke m answer kaise show hota hai automatically

prateeksahu
Автор

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

s-qcns
join shbcf.ru