#crazyblogger
Read more stories on Hashnode
Articles with this tag
Driving License Eligibility Check: let age = 18; let testPassed = true; if (age >= 18) { if (testPassed) { console.log("Congratulations!...
// Email Varification // Input an Email // Length of the email > 11 // after . only 2 or 3 characters allowed // minimum 3 characters between @ and...