ashmhlanga / Attempt

1 stars 1 forks source link

attempt #1

Open ashmhlanga opened 4 years ago

ashmhlanga commented 4 years ago

Following is the HTML code for the above web page.

Enter the details

Enter your nationality:

Enter your age:

Write the JavaScript code to be embedded in the above HTML code for the click event of the button which will display the alert message “Eligible for Voting” if the following validations are true: i. The age should be numeric and should be more than 18 [5] ii. The nationality should be “Zimbabwean” [5] iii. The alert message “Not eligible to vote” should be displayed if any of the above mentioned validations are false. [5]

@Surveyor-Jr

Surveyor-Jr commented 4 years ago

Your issue has been solved