function mysum(n){ if(n ===0){ return 0; } else{ return mymult(n-1) + n; } } console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
function mysum(n){ if(n ===0){ return 0; } else{ return mymult(n-1) + n; } } console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
OOP এর base ই তো তৈরী করে দিলাম - Prototype Inheritance & class শিখায়ে দিলাম। আর JavaScript তো functional programming language. সব কিছু class থেকে function এ shift হচ্ছে! OOP শেখার এতো interest যেহেতু তোমার, অবশ্যই দেব। কিন্তু OOP এর exact আর কি জানতে চাও সেটা আমাকে বল?
@@LearnwithSumit দাদা oop তে constructor function এ this কিভাবে কাজ করে, new key word কিভাবে কাজ করে, custom ভাবে আমরা new keyword এর কাজটা কি আমরা নিজেরা তৈরি করতে পারবো, constructor property in any object সম্পর্কে ধারনাটা ক্লিয়ার না আমার, এগুলো নিয়ে যদি করেন তাহলে ভালো হবে আশাকরি সবার জন্যই
@alak das দুঃখ পেলাম ভাই। তুমিই আমার sob video দেখনি অথবা পুরোটা দেখনি অথবা দেখে বুঝনি। আমি আমার পুরো prototype video তে বারবার constructor function বুঝালাম, এরপরে আবার class prototype inheritance নিয়ে আবার ভিডিও দিলাম! সেখানেও constructor function বুঝালাম। "this" নিয়ে আলাদা একটা ভিডিও করলাম! ৩ টা ভিডিও তে বারবার this, constructor, object, new বুঝালাম। এর বাইরে OOP তে আর কি বাকি থাকে জানিনা। শুধু video title এ OOP লিখিনাই বলে হয়ত এই confusion! এর বেশি আসলে আমারই জ্ঞান নেই ভাই :(
function mysum(n){ if(n ===0){ return 0; } else{ return mymult(n-1) + n; } } console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
Thanks. I will start TypeScript tutorials. Please stay tuned in my channel. in the mean time you can check this - th-cam.com/video/HsGSVnMzxHI/w-d-xo.html
function mysum(n){ if(n ===0){ return 0; } else{ return mymult(n-1) + n; } } console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
function mysum(n){ if(n ===0){ return 0; } else{ return mymult(n-1) + n; } } console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
could u please show me an example? then I will reply. Also please note that, inside the video, I told that this is for absolute beginners who don't even understand recursive meaning. Recursive diye solution kora kintu amar uddeshho na. Etake solve korar onek way ache I know. Tail call optimization koreo ami jei code likhsi setake unlimited number er jonno kora jabe.
অসাধারণ থিংকিং, আসলে আপনার ভিডিও যত দেখছি ততই মুগ্ধ হচ্ছি। ধন্যবাদ ভাই।
welcome brother
This is Awesome vai. Specially thinking process ta khub helpful. Thank you so much. ❤️ ❤️ ❤️
What a splendid elucidation you delivered!
Khub e bhalo laglo tutorial ta
apni oshadharon bhaiya
অসাধারণ। অনেক বেশি হেল্পফুল। হয়তো সব ভিডিও তে কমেন্ট করা হয় না। যাই হোক ভেরি মাচ হেল্পফুল
ধন্যবাদ। যদি হেল্পফুল মনে হয় তাহলে শেয়ার করবেন দয়া করে।
function mysum(n){
if(n ===0){
return 0;
}
else{
return mymult(n-1) + n;
}
}
console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
function mysum(n){
if(n ===0){
return 0;
}
else{
return mymult(n-1) + n;
}
}
console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
excellent video vaiya
Thank you vaiya . Really you are amazing. Take love
Welcome vai. Please stay tuned
Thanks for your effort. Really *appreciable* .
Thanks
দাদা amazing.
দাদা oop in js নিয়ে যদি content তৈরি করেন তাহলে খুব উপকার হবে । দাদা আপনার যদি সময় হাতে থাকে। সব সময় ভালো থাকুন
OOP এর base ই তো তৈরী করে দিলাম - Prototype Inheritance & class শিখায়ে দিলাম। আর JavaScript তো functional programming language. সব কিছু class থেকে function এ shift হচ্ছে! OOP শেখার এতো interest যেহেতু তোমার, অবশ্যই দেব। কিন্তু OOP এর exact আর কি জানতে চাও সেটা আমাকে বল?
@@LearnwithSumit দাদা oop তে constructor function এ this কিভাবে কাজ করে, new key word কিভাবে কাজ করে, custom ভাবে আমরা new keyword এর কাজটা কি আমরা নিজেরা তৈরি করতে পারবো, constructor property in any object সম্পর্কে ধারনাটা ক্লিয়ার না আমার, এগুলো নিয়ে যদি করেন তাহলে ভালো হবে আশাকরি সবার জন্যই
@alak das দুঃখ পেলাম ভাই। তুমিই আমার sob video দেখনি অথবা পুরোটা দেখনি অথবা দেখে বুঝনি। আমি আমার পুরো prototype video তে বারবার constructor function বুঝালাম, এরপরে আবার class prototype inheritance নিয়ে আবার ভিডিও দিলাম! সেখানেও constructor function বুঝালাম। "this" নিয়ে আলাদা একটা ভিডিও করলাম! ৩ টা ভিডিও তে বারবার this, constructor, object, new বুঝালাম। এর বাইরে OOP তে আর কি বাকি থাকে জানিনা। শুধু video title এ OOP লিখিনাই বলে হয়ত এই confusion! এর বেশি আসলে আমারই জ্ঞান নেই ভাই :(
function mysum(n){
if(n ===0){
return 0;
}
else{
return mymult(n-1) + n;
}
}
console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
@@farahsultana1988 n=12 hoila if() block a kano dhukbe? aita to direct else block a chole jabe..as per my understanding..ami vul o hoita pari
sir ai part by part vedio gulo onek vlo lagse....hobe naki aro.....
Thank you so much
the explanation was so good ... ( if you have time plz make a TypeScript tutorial plz!!!).
Thanks. I will start TypeScript tutorials. Please stay tuned in my channel. in the mean time you can check this - th-cam.com/video/HsGSVnMzxHI/w-d-xo.html
Thank you ভাই
vaiya last total er function ta buji nai eta jodi , f(n-1) tahole to line num 2 e er value hobe n=2, (2-1)=1 and line 3 e n=3, (3-1) =2.
You are going to next big thing ☺️😜.
❤️
Thanks vaiya
behind the seen also closure concept ??
Arigato 💥
Thank you very much!!!
very helpful
function mysum(n){
if(n ===0){
return 0;
}
else{
return mymult(n-1) + n;
}
}
console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
Thanks Bhai.
Welcome
thank you
last total f(n-1) ta kivabe holo kew bujate perben ?
Tremendous!!!
Thanks a lot. Please stay tuned!
Thanks vai
Welcome
bhai keep it up...
What's the difference between var and let?
lwsbd.link/lvc
@@LearnwithSumit Thanks Bhaiya It helps.
8931 maximum number then warning: Maximum call stack size exceeded
দাদা এবার রিয়েক্ট-রিডাক্স নিয়ে যদি কয়েকটা ভিডিও হতো খুব জোস্ হতো । বিডিতে রিয়েক্ট জেএস এর উপর তেমন কোন ভালো ভিডিও নেই।
করব ভাই। একটু সময় পেলেই করব। JavaScript না জেনে React শেখা যাবেনা। তাই আগে JavaScript এর কঠিন জিনিস গুলো দেখাচ্ছি।
Ultimate Solution is DP.
function mysum(n){
if(n ===0){
return 0;
}
else{
return mymult(n-1) + n;
}
}
console.log(mysum(12)); Amar Question ta hochee jokhon n ===0 thokhon to if condition a dhuke return 0 kore dauaar kotha .... fole result asar kotha console.log(mysum(12)) == 0 ..... tana hoee addition ta kivabe dekhachee????
❤️
Very Nice Tutorial ????
Thank you very much Bro. I Love your videos...
Stack Vs heap n pass by value Vs pass by reference r video hopefully oabo
Asha kori paben.
💕💕🥰
sumit দাদা, রিকর্সিভ কে যদি, ডায়নামিক করা যায় তাহলেই তো সলুশন হয়ে যায়।
could u please show me an example? then I will reply. Also please note that, inside the video, I told that this is for absolute beginners who don't even understand recursive meaning. Recursive diye solution kora kintu amar uddeshho na. Etake solve korar onek way ache I know. Tail call optimization koreo ami jei code likhsi setake unlimited number er jonno kora jabe.
bujte pari nai kivabe n-1 holo jodio for loop korte partesi
n = 1 na bujhle i = 1 dhore nin. asha kori bujhte parben
❤ 01 Dec, 2023
thanks vaiya
❤️❤️❤️❤️
❤