what a teaching technic.! And when I watch your video lecture I wonder that How it is possible to tell a matter so quickly and I think someone is reading a newspaper. Thank you sir to give us such a great teaching.
vay dom et class sob sesh hole ki ami javascript er librery shikha suru korbo naki aro jante hove. r jdi suru korte pari tahole ehon ami react js sikhbo naki jequery sikhbo ??
vaiya ami video dekhar agei nije korlam , val lagtese je ata akdom apnr tar moto same way te hoyece ..! let text = document.querySelector("p"); function add() { text.classList.add("my-class"); } function remove () { text.classList.remove("my-class"); }
স্যার, ব্যাংকিং সিস্টেম এর একটা ভিডিও চাই html,css&javascript দিয়ে। স্যার, আপনি যদি বিভিন্ন বিষয় নিয়ে ছোট ছোট করে প্রজেক্ট করে দেখান তাহলে কোড গুলা কিভাবে কোথায় ব্যাবহার করতে হবে একটু মনে থাকতো স্যার, ভুল হইলে ক্ষমা করবেন
var photos =["image/1.jpg","image/2.jpg","image/3.jpg"]; var imgTag = document.querySelector("img"); var count=0; function next(){ count++; if (count>= photos.length){ count=0; imgTag.src= photos[ count]; } else{ imgTag.src=photos[ count]; }
} function prev(){ count--; if (count< 0){ count=photos.length-1; imgTag.src= photos[ count]; } else{ imgTag.src=photos[ count]; }
var photos =["image/1.jpg","image/2.jpg","image/3.jpg"]; var imgTag = document.querySelector("img"); var count=0; function next(){ count++; if (count>= photos.length){ count=0; imgTag.src= photos[ count]; } else{ imgTag.src=photos[ count]; }
} function prev(){ count--; if (count< 0){ count=photos.length-1; imgTag.src= photos[ count]; } else{ imgTag.src=photos[ count]; }
what a teaching technic.! And when I watch your video lecture I wonder that How it is possible to tell a matter so quickly and I think someone is reading a newspaper. Thank you sir to give us such a great teaching.
Thanks for your special comment
@@anisul-islam welcome sir
Osadharon tutorial sobh doubt e sesh hoegelo apnar video dekhe 🥰🥰🥰🥰🥰🥰🥰🥰
Assalamu Alaikum sir,
Apnake j ki bole dhonnobad dibo seta bujhte parchi na. Osadharon hoyeche apnar jonno onk onk upokar hocche amader, Evabei amader pase thakun. Love you sir🥰🥰🥰.
আজকে লাইভে দেখে অনেক ভালো লাগলো.............
sir , apni vogobaan..India theke onek onek valobasha ❤
চমৎকার উপস্থাপনা ! ❤🌺
স্যার অনেক উপকৃত হলাম আপনাকে অনেক ধন্যবাদ আপনার জন্য রইলো দোয়া আর ভালোবাসা
same for you my dear
Incredibly useful one... Thanks a lot
Glad it was helpful!
A great programming channel👌
thanks
Boss, you are great. Love you
Oh! absoletly amazing
Vaiya! You are really great.
thanks my dear
মাশাআল্লাহ
php er tutorial & js react er tutorial gula dile onk help hoito sir 😍
Great
Thank You Sir
Great tutorial sir
Glad you liked it
Allah blesses you,
May Allah Rewards You.
Ameen
Awesome!
Thanks 😊
take love sir
Thank you so much.
you are welcome :)
Vai apner tutorial dheke mone hosse ami javascripter sagor hoye jassi
Thank u so much
Very.. very.... Thanks. Will we get PHP tutorial from you?
Adding & Remove Style for both paragraphs
var x = document.querySelector(".p1");
var y = document.querySelector(".p2");
function addStyle(){
x.classList.add("para-style");
y.classList.add("para-style2");
}
function removeStyle(){
x.classList.remove("para-style");
y.classList.remove("para-style2");
}
Thank you sir.
welcome
Sir we are should need javascript project video .
I'm hopeful sir you can do it on your free time
Sukria vi
vay dom et class sob sesh hole ki ami javascript er librery shikha suru korbo naki aro jante hove.
r jdi suru korte pari tahole ehon ami react js sikhbo naki jequery sikhbo ??
thank you.
thank you sir
Most welcome
Sir Please javascript es6 er contructor er kaj ta aktu valo kore bujhia din...contructor ki ar constructor kivabe kaj kore....er akta proved soho
function addStyle(){
var myObj= document.querySelector("#paragraph");
myObj.classList.add("paragraph");
}
function removeStyle(){
var myObj= document.querySelector("#paragraph");
myObj.classList.remove("paragraph");
}
Vai just java shikhe ki kisu kora sobvob r sobvob hole seta kivabe
Thank you sir?
Done
39 done sir,Jewel salman
Tnx vi
Sir PHP tutorial den, please!
sir, react js nia videos chai...
Alhamdolillah tutorial 41 is completed
Js sikhsen puropuri?
Vai C# er Er akta Series Tutorial banan
var kim = document.querySelector(".para1");
function add(){
kim.classList.add("para");
}
function remove(){
kim.classList.remove("para");
}
Thank you for your support
welcome
vaiya ami video dekhar agei nije korlam , val lagtese je ata akdom apnr tar moto same way te hoyece ..!
let text = document.querySelector("p");
function add() {
text.classList.add("my-class");
}
function remove () {
text.classList.remove("my-class");
}
react.js tutorial chai vaia
💝💗💗💝
স্যার,
ব্যাংকিং সিস্টেম এর একটা ভিডিও চাই html,css&javascript দিয়ে।
স্যার,
আপনি যদি বিভিন্ন বিষয় নিয়ে ছোট ছোট করে প্রজেক্ট করে দেখান তাহলে কোড গুলা কিভাবে কোথায় ব্যাবহার করতে হবে একটু মনে থাকতো
স্যার,
ভুল হইলে ক্ষমা করবেন
ভাইয়া JavaScript এর কয়টা video হবে? Please
❤❤🇧🇩
Assalamualikum sir.
Kemon achen??
var photos =["image/1.jpg","image/2.jpg","image/3.jpg"];
var imgTag = document.querySelector("img");
var count=0;
function next(){
count++;
if (count>= photos.length){
count=0;
imgTag.src= photos[ count];
} else{
imgTag.src=photos[ count];
}
}
function prev(){
count--;
if (count< 0){
count=photos.length-1;
imgTag.src= photos[ count];
} else{
imgTag.src=photos[ count];
}
}
You are believe in Buddha. Am I right now.
thanks a lot.
Sukria vi
var photos =["image/1.jpg","image/2.jpg","image/3.jpg"];
var imgTag = document.querySelector("img");
var count=0;
function next(){
count++;
if (count>= photos.length){
count=0;
imgTag.src= photos[ count];
} else{
imgTag.src=photos[ count];
}
}
function prev(){
count--;
if (count< 0){
count=photos.length-1;
imgTag.src= photos[ count];
} else{
imgTag.src=photos[ count];
}
}