question archive MAC 172 10 points Assignment 4 Question 1: Create and test an HTML document that represents a login page
Subject:Computer SciencePrice: Bought3
MAC 172
10 points
Assignment 4 Question 1: Create and test an HTML document that represents a login page. You need use javascript to create a multidimensional array that stores user information: full name, username, and password. Each row of your array stores one user information. Now, you need to use prompt tag to collect username and password from the user and check if you have it in your array or not. If the user found in your array, print found, otherwise, print not found.
Sample output:
