Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Response
Prasanna authored and Prasanna committed Jul 14, 2020
commit 8e97dceab201da4c8aef64191d8fbc20a3f45d2c
10 changes: 5 additions & 5 deletions index2.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
function validatePassword (password) {
var charCount = (password.length >= 8)
var checkUpCase = true;
var charLength = true;
var charLowCase = true;
var charNumVal = true;
var specCharVal = true;
var checkUpCase = true
var charLength = true
var charLowCase = true
var charNumVal = true
var specCharVal = true