09 / 16
js
input.length >= 8;
/[A-Z]/.test(input);
/[a-z]/.test(input);
/[0-9]/.test(input);
/[!@#$%^&*]/.test(input);