## Front-end ### Sign-Up Implement these functions in JavaScript first. Then create test cases on them. - Check Password Strength - [ ] Function implemented - [ ] Test Case - Check Email format "abc@abc.net" = [a-0]*'@'[a-0]*'.'[com+net+biz+org+edu] - [ ] Function implemented - [ ] Test Case