JavaScript Exercise 11 - Solution & Shoutouts | Sigma Web Development Course - Tutorial #69

preview_player
Показать описание
➡️ English Subtitles are now up for all the videos!

python, C, C++, Java, JavaScript and Other Cheatsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Bhai , as a beginner yeh level bhi ziyada hai .. Javascript kuch mushkil lag rahi hay, but i will never quit. kyon k aap itna motivated rakhty ho..

DigiMark
Автор

The level is good as it helps beginners (like me ) to keep on learning new things and also not get over-whelmed by all the other advanced stuff

KoderKapil
Автор

JavaScript is difficult for me little bit😊
Please brother make it easy JavaScript tutorial

faizanhussain
Автор

Real hero hamare Harry bhaiya hai jo hamlog ke liye itna mehnat kar rahe hai.

owgljzo
Автор

Harry sir, Level bade acchi baat hai, par samaj main bhi aaye.. increasing level should not mean that it becomes very difficult to understand..
Teaching is all about making complex things also easy to understand..
Aap bahut accha pada rahe hai sir..
Ese hi continue rakhiye please..
Hamko web development bahut easy way main sikhayiye sir.. how the whole javascript is used, how the database is used in web development, , start to end ek website kese banti hai industry main every aspect, ye sab bahut easy way main sikhayiye sir...
Taki beginners, intermediate students ka interest bana rahe, aur jo experts hain wo toh kahi job kar hi rahain honge.

Thanks Harry bhai for wonderful teaching s..
Regards.

thesatviklife
Автор

IT's soo good of you to be going at this pace for beginers like us. Pls keeep goin like that 💖

Blood_Walker.
Автор

Very good course. The level should be as it is.

sabaathar
Автор

bhaiya this is easiest
let a=prompt("enter nummber");
let fact=[];
for (let index = 1; index <= a; index++) {
fact[index]=index
}
console.log(fact)
const red = (a, b) => {
return a * b;
}


manulodhi
Автор

6:33 - I think The Speed and Level of This Course is Good. I think you could level it up slowly

Varad_Govindu
Автор

The best course ever🎉🎉 thnku so much harry bhaiya❤

AishwaryaSinha-dyfk
Автор

This is the best course of web development ❤🎉

visnugjaiswal
Автор

No harry bhai ye course jaisy chl rha wesy hi thk hy .. I am beginner or difficulty increase krny sy mushkil hoga harry bhai ..love you ❤️

ali_harix
Автор

a = prompt("enter a number for which you want to find factorial")
let arr=[]
for (let i = 1; i <= a; i++) {
arr.push(i)
}

const red = (a, b)=>{
return a*b
}
alert(arr.reduce(red))

AmitRahar-xhkm
Автор

6:42 this course is going perfect and also beginner friendly
As a beginner i want to say that make this course beginner friendly

aneekdas
Автор

yes this pace is good. please keep go in.

mirzaomerbaig
Автор

Sigma web development op thanks Harry bhaiya i have question for you up itna consistent kaise rehte hai

Ani-
Автор

boht kuch sekhny ko milla ye array wala abhi sekha ha ha is course main #HarryBahi love you💖💖 from pk
Amazing Course

malikwahab
Автор

This is the shortest solution possible:
let f = (n) => n == 1 ? n : n * f(n-1)

deventerprises
Автор

let number = prompt("Enter a number you want to calculate factorial");
let array = [];
console.log(number)

for(let i=1;i<number;i++){
array.push(i)
}

console.log(array)

let fact = array.reduce(factorial)

function factorial(total, num) {
return total * num;
}


document.write(`The factorial of given number is: ${fact}`)

moizrehman
Автор

6:35 No sir As First year CSE Student and Beginner in Web Dev the level of this course from JavaScript Touches to an intermediate level.
#SigmaBatchOP

vedantk
welcome to shbcf.ru