sir video er 7.44 minute er somoy forEach call kore 'console.log (value)' kivabe aslo. value,index,arr aigula toh pai inbuilt 'forEach()' function dara ..but amra toh jai 'forEach' function use korlam seta toh amra nejara toyre korlam tobe value kivabe aslo ...r callback function cd jokon call korlam tokon cd er modde cd(arr[i]) kno pass krlam. please sir ans ta dean ani ai 73 number class e atke gesi r na buje samne agate o parse na
Alhamdulillah, forEasch method ta deeply boje khuv e valo laglo, Jajakallah Khairan
পুরোই জাদুকরি একটা ভিডিও 😍😍😍😍😍😍😍😍
What an explanation Foreach() function! I am really impressed.
Thanks
Very Very Important Topic
I loved this 😍
Glad you enjoyed it
best tutorial tnx vaiya😍
Thanks
Thanks for the details video brother. Very informative💖 Watch Date: 06-02-2024
Excellent!
Thanks
best javascript playlist.
just awesome
😍
Thanks
awesome
sir video er 7.44 minute er somoy forEach call kore 'console.log (value)' kivabe aslo. value,index,arr aigula toh pai inbuilt 'forEach()' function dara ..but amra toh jai 'forEach' function use korlam seta toh amra nejara toyre korlam tobe value kivabe aslo ...r callback function cd jokon call korlam tokon cd er modde cd(arr[i]) kno pass krlam.
please sir ans ta dean ani ai 73 number class e atke gesi r na buje samne agate o parse na
awesome vai.
wow wow how amazing
Glad you enjoyed it
unavailable videos are hidden
let arr3 = [1,2,34,5,67,23,567,235,678,3258, 4,6,8,21,56,78,26]
let sum1 = 0
arr3.forEach(function(value , index , array){
if(value%2 === 0 ){
sum1 += value
}
})
console.log(sum1)
thank you broo
It was a magic
Thanks brother
You're welcome
100k special ki thakse vaiya?
এটা 100k হলে জানানো হবে।❤️🍀
const myArr = [12, 11, 22, 33, 15, 33, 30, 22, 45, 43];
function myForEach(arr, callback) {
for (let i = 0; i < myArr.length; i++) {
callback(arr[i], i, myArr);
}
}
myForEach(myArr, function (value, index, array) {
if (value % 3 === 0 && value % 5 === 0) {
console.log(`These are numbers dividable by three and five: ${value}`);
}
});
❤❤❤❤
love
you are best. In my eyes ....boss 🫡
❤❤❤❤❤