Learning JS Course @Sololearn - Day44

Learning JS Course @Sololearn - Day44

·

1 min read

Today #day44 of #100daysofcode, I have completed 7.53 lesson and 7.54 module 7 quiz and Form and display input code project, this ends module 7 and the next module 8 will be the last in JS course. @Sololearn

1. Form validation

  • HTML5 includes attributes that enable form validation.
  • The required attribute, for example, can be added to an input field to make it mandatory to fill out.
  • JavaScript can be used to perform more complex form validation.

1.1 Code:

  • Form and display input [click]

Note:

  • The form will not get submitted if its onsubmit event returns false.

Images

  • module 7 completed 9. day44 module 7 completed.png

Conclusion

  • form validation
  • quiz
  • "Form and display input" code project

my code

  • "Form and display input" code 1. day44 code prog prob form disp.png

References Sololearn

Author: Dheeraj.y

Connect with me: