Password Validation Check in HTML CSS & JavaScript | Password Strength Check in JavaScript

Sdílet
Vložit
  • čas přidán 25. 08. 2024
  • In this video, I've shown how to check password validation in HTML, CSS, and JavaScript. By using this password validation checker, you can easily enter your desired password and check if it meets the necessary requirements for a strong password or not.
    Live Demo or Download Code of this Password Validation Checker
    www.codingnepa...
    Hire me on Fiverr
    www.fiverr.com...
    Follow me on Instagram
    / coding.np
    Visit my website for helpful coding projects with source code
    www.codingnepa...
    #javascript #html #css #javascriptprojects #js
    Music Credit:
    Ikson - We Are Free [Official]
    • #83 We Are Free (Offic...
    Those Restless Nights - Artificial.Music
    • Those Restless Nights ...
    Miss You - LiQWYD
    • Miss You - LiQWYD (No ...

Komentáře • 37

  • @tysm907
    @tysm907 Před rokem +1

    The best youtuber ❤❤❤❤

  • @ankuraryal2669
    @ankuraryal2669 Před rokem

    Much love from Nepal keep doing great brother and inspirer

  • @bowen2437
    @bowen2437 Před rokem

    Excellent tuto ! You can also add onkeypress="return event.key != ' ' " on input to prevent user from entering spaces

  • @dev-araujo
    @dev-araujo Před rokem

    As always another amazing video, thanks CodingNepal.

  • @TheAnonymous_ofc
    @TheAnonymous_ofc Před rokem +1

    Bro You are Awesome 🔥👑

  • @dipanjandas7036
    @dipanjandas7036 Před rokem +2

    I have seen a lot of your videos and the designs are awesome...can you make some Tailwind CSS projects ?
    Like carousel, sidebar, navbar, parallax landing page etc.
    It will be a great help.

    • @CodingNepal
      @CodingNepal  Před rokem

      Thanks for the idea! I'll think on it.

  • @freepythoncode
    @freepythoncode Před rokem +1

    Thank you so much 🙂❤

  • @abdullahmirza5551
    @abdullahmirza5551 Před rokem

    First comment 🎉
    Coding Nepal sir ap kindly all in one video downloader banaden on PHP please 🥺

  • @mdms4549
    @mdms4549 Před rokem

    Very Good Thanks bro😃😃

  • @edgarpione5916
    @edgarpione5916 Před rokem

    Awesome, new subscriber

  • @mksvncs
    @mksvncs Před rokem

    thank you!

  • @dramaticcosmetics
    @dramaticcosmetics Před rokem

    Great i Liked Your Video very much Please Please Make Video about how to make appointment booking calander system in JavaScript please❤❤

  • @yubiroaster6285
    @yubiroaster6285 Před rokem

    Awesome ❤️

  • @DevDynasty1999
    @DevDynasty1999 Před rokem +1

    Sir please make projects on react js please

  • @sundarapandim1104
    @sundarapandim1104 Před rokem

    Kindly Post Videos about Chat GPT-4 Basics and How to use to build websites and Applications and API How to use.. Full tutorial about Chatgpt-4...
    Full Video About ChatGPT-4 API & How to use it to build websites and web applications (or) What SaaS applications we can build.. Full tutorial about Chatgpt-4 & API Use.

  • @noobguy9314
    @noobguy9314 Před rokem +1

    at line 41 is there any other solution for that

    • @CodingNepal
      @CodingNepal  Před rokem

      What solution..? Explain it little more.

  • @ashaksrayprosenjit
    @ashaksrayprosenjit Před rokem

    Bro how can I make video player like twitter please give a tutorial with javascript

  • @palanibhavesh
    @palanibhavesh Před rokem

    Why have you taken a keyup event?

    • @VNSX
      @VNSX Před rokem

      for realtime update

  • @MuhammadIbrahim-fp7xn

    I can't understand passwordInput.type==="Password" ? "text" : "password";
    can anyone explain it please i'm beginner

    • @ultronsam1214
      @ultronsam1214 Před rokem +3

      if(passwordInput.type ==== "password"){
      return "text";
      }
      else{
      return "password";
      }
      So, I think the if statement is trying to check if the input type is password, return "text", meaning change it to text format, if it is not in password type (which would be "text" obviously), change it back to "password" type has indicated in the else statement.
      However, your "Password" kind of confused me. I thought as much that since the equality sign is strict, then something is up.

    • @MuhammadIbrahim-fp7xn
      @MuhammadIbrahim-fp7xn Před rokem

      @@ultronsam1214 thank you soo much

    • @ultronsam1214
      @ultronsam1214 Před rokem

      @@MuhammadIbrahim-fp7xn You are welcome sir. I hope you understand? If so, I'm glad I'm able to be of help.

  • @Wander_Lens
    @Wander_Lens Před 5 měsíci

    your website is down

    • @CodingNepal
      @CodingNepal  Před 5 měsíci

      It's working fine. Please double-check: www.codingnepalweb.com

    • @Wander_Lens
      @Wander_Lens Před 5 měsíci

      @@CodingNepal it says Site can't be reached ;
      ___refused to connect