Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • bilguun1130• 380

    @bilguun1130

    Posted

    Hello, good job on the design part but it has a few problems. For example, use placeholder property on inputs in order to replicate YYYY and MM and NN. Also, your design is not responsive, meaning when the browser window shrinks, input fields do not shrink with it, leading to overflow issue. In terms of javascript, you are not calculating age properly because you made something static which means this will only calculate a certain input correctly but won't work well with everything else. Try to make it work well with other inputs. Look into how to use Date datatypes and how to calculate age using the birthdate.

    Marked as helpful

    0