Wonderful bro!!! Can you please make a full course on React, Angular, Node..Please
@leestanford24525 ай бұрын
This is the first lesson that lost me. the string concatenation with the ternery operators portion is not really clicking yet.
@hunin2711 ай бұрын
Hey just a question, when i was learning python some months ago, i found out that for passwords its better to use secrets.choice instead of random.choice as it is more suited for passwords, is there such a thing in javascript? thanks!
@nguyenphulam284911 ай бұрын
Can you please make a full course on Angular, NodeJS Broo pls
@pogmij11 ай бұрын
Appreciate that, thanks man
@emmanueloyenuga204714 күн бұрын
I was looking at this code and I understand the concept for the most part of it but the function generatePassword, you passed the argument length into the function but unlike the other arguments passed, Length was not declared, I was expecting passwordLength would have been passed instead. I would appreciate clarity on that please. Thank you 🙏 When calling the function at the bottom you called passwordLength
@musablodhi6526Күн бұрын
I see what you're saying! In JavaScript, when you define a function, you can name the arguments however you like. In the example from the video, the function generatePassword uses the argument length, but you could also name it passwordLength if you prefer. The key is to stay consistent in both the function definition and when calling the function. In the video, the parameter is named length, so when calling the function, you should pass the value into length (or passwordLength, if you rename it). Just make sure the names match. Hope that clears it up!
@raitaskeen11 ай бұрын
Bro Code Please make a video on TypeScript Kindly...
@piotrmazgaj3 ай бұрын
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@Blitz61wasd11 ай бұрын
Cool
@jerricvaleroso88358 ай бұрын
I tried this program in java. More steps than JS.
@toufiktoufik834211 ай бұрын
Thank you bro
@hlahtunthein28303 ай бұрын
sir, can we get this tutorial with some html css UIs please?
@drzion2474 ай бұрын
welldone Brou!!!!!!!
@raphaelsousa20464 ай бұрын
the loop that creates the password is kinda complex but i guess i got it
@AmitUtkarsh992 ай бұрын
but this code doesnt ensure that if a set of character type is true it would be included in the password
@hunin27 Жыл бұрын
thanks bro!
@natnaeltaye8 ай бұрын
yo bro i set "includeSymbols" to be false and still appears on console.log, why does this happen?
@arnavsail10 ай бұрын
how do i display this password in my web page?
@tharunkumar850710 ай бұрын
You can display by using window.write() to display on your web page