10 lines
270 B
HTML
10 lines
270 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<title>JavaScript Password Strength Lab</title>
|
|
<script src="script.js"></script>
|
|
<body>
|
|
<p>To test your function, call isStrongPassword()
|
|
from the JavaScript console in the browser.</p>
|
|
</body>
|
|
</html>
|