Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 2.83 KB

README.md

File metadata and controls

49 lines (43 loc) · 2.83 KB

P217_11.02.21

Lessons topics:

  1. JS Exercises

  2. Form Validation:

Simple client side form validation. Check required, length, email and password match.

  • Project Specifications:
    • Form UI-ni hazirlayin
    • Inputlarin altinda error messajlarini gosterin
    • checkRequired() inputun bos olmadigini yoxlamaq ucun
    • checkLength() min/max uzunlugu olcmek ucun
    • checkEmail() email-i regex ile yoxlamaq ucun
    • checkPasswordsMatch() confirm password ve passwordun eyni oldugunu yoxlamaq ucun
  • demo video
  • link to starter materials HTML and SCSS and JS.