I hope you like the video :) ➡️ Source Code Link: www.thapatechnical.com/2019/12/how-to-get-source-code.html
@RanaAli-hw1sz4 жыл бұрын
source code is not free
@balteebhaii58384 жыл бұрын
You are the best programmer in the world
@intezarali25134 жыл бұрын
const compare=(str1,str2)=>{ let word1=str1.split(" "); let word2=str2.split(" "); let count=0; for(i=0;i
@nitishkumarprusty5163 Жыл бұрын
Time Complexity Jyada ho jayega isme
@whatappstatus693716 күн бұрын
@@nitishkumarprusty5163 const compare = (str1, str2) => { const words1 = str1.split(" "); const words2 = str2.split(" "); let commonCount = 0; const set2 = new Set(words2); / for (let word of words1) { if (set2.has(word)) { commonCount++; } } const wrongCount = words1.length - commonCount; return `${commonCount} out of ${words1.length}, total wrong words are ${wrongCount}`; }; This is Better Way I Think
@navratanyadav53782 жыл бұрын
Video dek kar Kushi bhi hoo rahi hai AUR roona bhi aa raha hai BAHUT KUCH SIKHNA HAI ABHI
@niravdobariya42044 жыл бұрын
thank you brother.this is my second year project of our collage. thank you so much bro really thanks bro
@sscmasterbyakshitanandanwa15492 жыл бұрын
kya aapka js run hora hai kya sir ?
@YoYo-eg6rc4 жыл бұрын
Awesome bro hate off👍👍 , I understood it and I added my own some functionality like accuracy.
@ziaullahshah1209 Жыл бұрын
thanks sir may Allah give you long live ..lots of love from pakistan
@whoareyou59444 жыл бұрын
मलाई तपाईंको भिडियोहरू धेरै मनपर्दछ
@gkkingdom92854 жыл бұрын
THANK YOU ☺️ Bhaiya 🙏❤️ Bahut Aacha content Aap bana rahe hai. THANK YOU 😊🙏
@Saurav_100rav4 жыл бұрын
24:00 Aapne startTime variable alag function me banaya aur toh dusre function me kaise access kar paa rahe hai.....jabki wo uska child function bhi nahi hai..plz jaldi bataye
@Saurav_100rav3 жыл бұрын
Ab mujhe pata chal gaya......var se declared variable function ke bahar kaam kar sakta hai lekin let aur const wala varible function ke bahar nahi chal skta hai
@nicetomeetugaming70242 жыл бұрын
@@Saurav_100rav Aisa nahi hota bro, btw good question. Agar aap function kay undar kuch bhi define karogay usko function kay bahar access nahi kar saktay but ek tarika hai, pehlar var ya let ko declare karoo phir ussay function me use karoo. Here is a small example let a; const f = ()=>{ a = "good" } f() console.log(a); Hope this helps.
@roshankumarprince3060 Жыл бұрын
Nice way to teach and telling everything in detail
@gauravpanwar44134 жыл бұрын
100k hone hi wale hai🤩🤩
@apilacharya40934 жыл бұрын
Simplyamazing video for practice purpose
@DEEPANSHU_NAG4 жыл бұрын
Good project 👍🏻 Thanks 🙏🏻 Kya hm display: flex ; justify content: center; align items: center; use kr sakte h center me lane ke liye?
@ThapaTechnical4 жыл бұрын
ha kar sakte hai bro :)
@codewithnewton69673 жыл бұрын
do margin: auto;
@AhmadAli-nl3ff4 жыл бұрын
Sir, App Ki ya video ashy lagi
@siddhartharora31684 жыл бұрын
Project series bana rahe ho sir...... U r great bro...
@MahendraKumar-xe5hk4 жыл бұрын
भाई हिंदी टाइपिंग टेस्ट बनाना भी सीखा दो। मतलब हिंदी text कैसे add करे?
@RizwanKhan-cg9vc4 жыл бұрын
Bahot shandar bhai
@nicetomeetugaming70242 жыл бұрын
Thanks for this amazing video thapa sir!
@sscmasterbyakshitanandanwa15492 жыл бұрын
hi
@nicetomeetugaming70242 жыл бұрын
@@sscmasterbyakshitanandanwa1549 hello
@sunilmalakar33414 жыл бұрын
Bro ye hum jquery me bhi kar sakte hai kya to please jquery par tutorials banao 🙄🙄🙄
@mohitkhandelwal19013 жыл бұрын
when i use totalStr argument to count words it shows totalStr is not defined!!! how ???if it shows error ,then why its not show in your code
@vivekchourasiya18754 жыл бұрын
Good job thapa bhai
@pooja.yadav.4 жыл бұрын
hihihihi hlooooo daily osam video perfect
@rupendrakumar1284 жыл бұрын
U r owsm bro heartfuly thanks
@ThapaTechnical4 жыл бұрын
Welcome bro☺️ plz share with your friends too ☺️
@kodesign96074 жыл бұрын
Sir, I am confused that we are calling the arrow function and then declaring it. But how is this possible coz hoisting does not work in Arrow function. Please explain
@Saurav_100rav3 жыл бұрын
He calls function and then declares it on top of it
@letSetCode3 жыл бұрын
Hllo sir pls reply me, i have done all except in case of writting value, split my vs code not suggesting those property nd also for write, sometime it showing the prblm during linking js file with src. Pls give me any solution sir...
@sscmasterbyakshitanandanwa15492 жыл бұрын
me too aapka problem solve hua kya sir? hua onga to plz muze bhi guide kijiye
@akshaypatel96514 жыл бұрын
1 2 3 4 .... 11 12 13 .... 21 22 next Bro esa pagination create karo database k through
@sudhanshukrtalan2101 Жыл бұрын
btn.addEventListener('click',function(){ if(this.innerText =='Start'){ typeWords.disabled = false; playGame(); } }) in this i am getting error "typeWords is null" How to fix it
@rudraksha21774 жыл бұрын
Sir please clear my doubt PLEASE TELL ME DIFFERENCE BETWEEN *innerHTML* and *InnerText*
@anjali34324 жыл бұрын
Suppose If u want to bold ur text then u will use innerhtml otherwise if u want simple text then inner text
@prashantghimire440 Жыл бұрын
InnerHTML gives you whatever tags or texts you have inside the element whereas innerText gives you only the text inside the element
@samthakur59664 жыл бұрын
Hello sir, plz help me out.. on final msg , it iust show " You type total at Infinity Words per minute". plz help me out..
@rajatpratapsingh44503 жыл бұрын
AddeventListener is not a function ye error kse remove ho btayega koi ya thapa sir aap hi btado
@jigneshjagad5654 жыл бұрын
Agar muje letter count karne ho to konsa function aega??please answer me.
@mayurvyas27844 жыл бұрын
bro,which mic do u use for recording.
@awesomeTechRead2 жыл бұрын
7:37 Sir chrome extension pe video banaoo
@divyanshsharma21562 жыл бұрын
keep it up bro
@dilshad_spartan4 жыл бұрын
Sirr please help 🙏🙏 as a javascript developer bane ke liye kaya step he? Plzzzzzzzzzz
@asmamanzoor73414 жыл бұрын
Great. Thank you
@ashwinishewale74514 жыл бұрын
Thank u very very much sir ji
@ThapaTechnical4 жыл бұрын
Welcome ☺️ plx share with your friends too ☺️
@siddiquizaid43152 жыл бұрын
87 words kaise Aya last me output me 12 words hai array me.??
@rahulchavan92044 жыл бұрын
SIR AAP 23.44 PE JO TOTAL TIME CALCULATE KAR RAHE HO USME AAP STARTTIME KO KAISE ACCESS KAR SAKTE HO KYU KI USKA SCOPE TO BAS PLAYGAME() ME RAHEGA NA HAM USE ENDGAME() DIRECT USE NAHI KAR SAKTE NA FIR HAME USE GLOBALLY DECLARE KARNA PADEGA
@Slinece963 жыл бұрын
Please check Scope chain and Lexical scope video. It's just a parent child concept.
@aasifsakur64214 жыл бұрын
Nice Man 1000000000000 likes form me!!!!!!!!!!!!
@ThapaTechnical4 жыл бұрын
Thanks bro... Plx share with your friends too ☺️
@shakshamagarwal70704 жыл бұрын
Sir aise video or bnao na plss..
@CodingShala4 жыл бұрын
sir if i want that after pressing done button all typed text will erase automatically how we can do this????????
@rakeshkumaryadav11172 жыл бұрын
textarea.value="";
@AvikNayak_2 жыл бұрын
document.getElementById("typewords").value = "";
@rutvikpatel53544 жыл бұрын
Fadu hai bhai
@wahidzamalsiddiqui69934 жыл бұрын
Please start tutorial on node js and mongo db.
@pmnoida4 жыл бұрын
Again ..Your 'this' keyword definition is misleading ..at least to me...in that video , you said if we log 'this' in regular function i.e. then it represent global context but here 'this' is writing in regular function but here it showing button scope.....
@diyac.1464 жыл бұрын
OKay so im more confused by your comment.
@pmnoida4 жыл бұрын
@@diyac.146 core idea of my commenta is 'this' keyword is not working the way he is telling it seems to me atleast....you need to call a function inside a arrow function in order to make 'this' works propely ..othewise you need to bind this explicitly in constructor...hope i am clear
@himanshumehra43873 жыл бұрын
bro mna proa code thik lika ha but js not work in my browser help yarr
@sahibaparween65314 жыл бұрын
Sir , btn.addEventListener is not working it give error..
@TriViewThunder103 жыл бұрын
yes sir same issue
@manjeetdevsariya65704 жыл бұрын
Mast
@rishiraj25482 жыл бұрын
Namaste
@sadhanadeshmukh57414 жыл бұрын
Sir Hindi typingi krna hai usko kaise krna hai plz video bnao na🙏
@lokmayathapa29984 жыл бұрын
Thank you so much ♥
@sunilmalakar33414 жыл бұрын
Next project jquery
@johnthapa18794 жыл бұрын
Wow thanku bro
@pratikmane71144 жыл бұрын
Thanks sir😊
@suvendubiswal68204 жыл бұрын
Good project
@ThapaTechnical4 жыл бұрын
Hahaha. Everything is on video phir bhi. Bhai ek bar ache se dekho apna code or agar code chaiye tho description me link diya hai dekhlo
@suvendubiswal68204 жыл бұрын
Sorry binod brother ,I got board ,coz i tried a lot but I got failed to get proper output, after 2000 attempts, that'swhy i got board,, Nd one thing , I started learning every language from you ,,from past many months. I can never forget you . You r the god of all developers. There is not any video in the KZbin which is more understandable and effective. Again sorry..
@rumanzahid66714 жыл бұрын
Sir I have error that.... disabled cannot have null ......in typeword.disabled=false; line. Plz help me I have project in University
@rahullanjewar21584 жыл бұрын
It means typeword doesn't exist
@rahullanjewar21584 жыл бұрын
Check where you have declared typeword Variable
@gaurav65112 жыл бұрын
Legends watching after 2 years😂😂😂
@ahmedrazashah46444 жыл бұрын
nice bro first comment
@sscmasterbyakshitanandanwa15492 жыл бұрын
sir mera js kam nahi kar raha hai
@jayasreejana45684 жыл бұрын
How can we stop working backspace and implement match case?
@aasthabhandari17504 жыл бұрын
Hello sir, I'm Aastha Bhandari from Nepal. Can I get the source code?
@ashugola72844 жыл бұрын
no you will not get
@AnjanAadmi9911 ай бұрын
You make a mistake on 39:10 .
@uditshar2 жыл бұрын
YR BHAI ITNA LOGIC NHI LGTA YR KYA KRU
@HanzlaSadaqat Жыл бұрын
Source code hi nhi hy
@ankitgupta91554 жыл бұрын
Please make a rock paper scissors game with js . Requested 🙏🙏
@sumitchakraborty94512 жыл бұрын
project is good but explanation is really very poor
@bakhtawarniaz21714 жыл бұрын
please make calculator using advance javascript
@DeepakSahu-ik7xt4 жыл бұрын
javascript code execute nahi ho raha h ...
@balramtangullu8884 жыл бұрын
Bhai App bohoti video dall raha he ek photograph App keise banate he ESS ki upper video banaho please
@balramtangullu8884 жыл бұрын
Thank you bhai
@DeepakSahu-ik7xt4 жыл бұрын
word nahi lekhna par..
@VedanshTechtutorials3 жыл бұрын
Not good to take money for a source code
@akshayverma33574 жыл бұрын
👏👏🙌🙌👍
@Naman_Bansal102 Жыл бұрын
😃
@theprimecoder49814 жыл бұрын
Can u add English subtitles please
@nikhilverma9367 Жыл бұрын
teri video hi galat hai ismain total word number hi wrong aa rahe hain.
@addictiongaming42733 жыл бұрын
24:10
@sharifuddin16983 жыл бұрын
You are just typing codes😐,not explaining perfectly 😒
@faisalamjad1893 жыл бұрын
Your teaching method is so complicated 🤦
@ashutoskoirala4 жыл бұрын
dajuu are you from nepal
@ThapaTechnical4 жыл бұрын
Yes bro☺️ nepal ma jati sati xan sabbai lai share garideu bro.. sab nepali le video herna prxa👍
@letSetCode3 жыл бұрын
@@ThapaTechnical @ U r really doing osm sir pls tell me, in my vs code value, split and write or something is not suggesting. How to fix these prblms. Pls reply soon sir
@letSetCode3 жыл бұрын
I have done the code but only in case of writting value or split, thats nt working.