Tell us what’s happening:
When I add the button element and then click the “check code” button. the console is stuck in “// running tests”.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>RPG Creature Search App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>RPG Creature Search App</h1>
<input id="search-input" required />
<button id="search-button" type="button">Search</button>
<script src="script.js"></script>
</body>
</html>
/* file: script.js */
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
Challenge Information:
Build an RPG Creature Search App Project - Build an RPG Creature Search App