JS Authentication Lab

Easy
1
77.8% 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.