JS Authentication Lab

Easy
5
73.7% Acceptance

In this lab, you have to create a simple authentication system using JavaScript. We will be simulating a simple use case of username and password verification. You will need to create and export variables and functions in index.js. You have to write these from scratch.