Input Validation Lab

Easy
3
41.7% Acceptance

Input Validation Lab

In this lab, you will practice implementing different input validation functions using regular expressions. By the end of this lab, you will have created three functions to validate email addresses, passwords, and phone numbers.

Use the provided 'index.js' file to write your code. Once you have implemented the desired functions, make sure to export them using the ESM (ECMAScript Modules) syntax.