JavaScript Validation: Length Check Tutorial (Part 1)
Max O'Didily
JavaScript Validation: Length Check Tutorial (Part 1)
Greetings, today we are here with a JavaScript tutorial. We shall be doing a length check validation on a string. This can be useful if you want to control the size of the user's input.
This will be a 4 part series. In this video we are covering how to check if the user has inputted a string of a specific length.
If we set the desired length to be 5, if the user inputs a word that is 4 characters long, it will be invalid. If the user inputs a word that is 5 characters long, it will be a valid input. This could be useful for when asking the user for their postcode, phone number, pin, date of birth or credit card number as these can be fixed lengths.
Thanks for watching this JavaScript length check tutorial.
This tutorial is aimed at beginners.
Wait for user input in JavaScript: https://www.youtube.com/watch?v=gCQtSbPGjZM
Source code for waiting for user input in JavaScript: https://pastebin.com/MuMPBUp0
Subscribe to keep notified when I upload?: https://tinyurl.com/SubMaxODidily
JavaScript Validation: Length Check Tutorial (Part 1) ... https://www.youtube.com/watch?v=GGh3c9EXGb8
6328803 Bytes