Building a Password Checker | Javascript | Tutorial 22

Поделиться
HTML-код
  • Опубликовано: 20 окт 2017
  • Source Code - www.giraffeacademy.com/web-dev... This video is one in a series of videos where we'll be looking at programming in JavaScript. The course is designed for new programmers, and will introduce common programming topics using the JavaScript language.
    Throughout the course we'll be looking at various topics including variables, arrays, getting user input, loops, conditionals, interacting with the DOM and much more.

Комментарии • 32

  • @MalkiaMmoja

    Your explanations are by far the best I have ever seen.

  • @shubhamdutt837
    @shubhamdutt837 3 года назад +8

    Wow this is an amazing tutorial ! It's been explained so well and you made it look simple :)

  • @kingswhmee4226
    @kingswhmee4226 4 года назад +4

    This is the only vid that told me how to do it! thx so much!

  • @karencastelino1793
    @karencastelino1793 3 года назад +3

    Thanks Mikey!

  • @rohit_ojha
    @rohit_ojha 3 года назад +3

    like that we can make password number digite limits also..................😀😀😀😍😍😍😍thank you....

  • @khajavi7717
    @khajavi7717 2 года назад

    Love you Mike, Keep going✌🏻

  • @smmosfequrrahaman3768
    @smmosfequrrahaman3768 5 лет назад +4

    very useful tutorial

  • @oblivious7045
    @oblivious7045 4 года назад +5

    Waiiit, instead of using while loop for the password, you could have just used a for loop, with the condition of 3 loops, and if they don't get with that loop count, then if throws an errow message at them.

  • @prajinshankarkarthik8013
    @prajinshankarkarthik8013 3 года назад +4

    Hey Mike! I made a slightly different password checker...

  • @yusufrazakhan2443
    @yusufrazakhan2443 2 года назад

    amazing Tutorial mike

  • @paradigm2841
    @paradigm2841 2 года назад +2

    The first "if" statement is not necessary when you add the && condition. Simpler version:

  • @baheratef4795
    @baheratef4795 Год назад

    It is very useful lesson

  • @antisocial2394
    @antisocial2394 3 года назад

    You can actually hide the HTML code by repeating the prompt until you get the right password, becuase when the error comes you can see what is written on the website.

  • @sonamuhialdeen7866
    @sonamuhialdeen7866 2 года назад

    Amazing tutorial

  • @asianman103
    @asianman103 3 года назад +2

    can you make a video on generating random names in javascript

  • @helloworld1002
    @helloworld1002 3 года назад

    Thankyou sir!

  • @NusratJahan-kr3xk
    @NusratJahan-kr3xk 3 года назад +1

    in my case Prompt is not showing on my google webpage...please help me in this regard.

  • @kutulloletageng1069
    @kutulloletageng1069 Год назад

    Thank you, but the source code is not available on the link in the description

  • @juliay6416
    @juliay6416 4 года назад +3

    How would you create another prompt after the password is correct, asking something else?

  • @zaidantamam742

    Thx bruh