5/5 – (1 vote)
- Develop a web-page using javascript for Drivers License Eligibility, with the following HTML form elements: Age (text box) Check Eligibility (button)On clicking the Check Eligibility button, perform the following tasks:(a) If the age does not lie between the interval 18 to 100, display an alert box with an error message.(b) If the above constraint is satisfied, display a success message such as You are eligible!.Alternatively, can this validation be performed while making use of at- tributes of a textbox ?
- Develop a web-page using javascript to do the following: palindrome.html : Accept a string through a form and declares if its a palindrome.1
- Develop a web-page using javascript to do the following:gcd.html : Compute gcd of two numbers input through a form, and display it.
- Develop a web-page using javascript to do the following:Fibonacci.html : Accept an integer n , then generate first n Fibonacci numbers.

![[Solved] CS213 Assignment 2-JavaScript](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] CS213 Assignment 5 Part 1 PHP2](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.