let charsets = 1
if (hasLowercase) {
charsets++
console.log("hasLowercase character found.")
}
if (hasUppercase) {
charsets++
console.log("hasUppercase character found.")
}
if (hasNumbers) {
charsets++
console.log("hasNumbers character found.")
}
if (hasSymbols) {
charsets++
console.log("hasSymbols character found.")
}
brew install asitop sudo asitop