Build a Telephone Number Validator Project - Build a Telephone Number Validator

Tell us what’s happening:

why is my JavaScript file not opening , is it my script line or?

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" >
    <title>Telephone</title>
  <link rel="stylesheet" href="styles.css">
  
  </head>
  <body>
    <input id="user-input" type="text">
    <button id="check-btn">check button</button>
    <button id="clear-btn">clear button</button>
    <div>
      <span><p id="results-div"></p></span>
    </div>
 <script src="script.js"></script>
</body>
  </html>
/* file: styles.css */
*{
  padding:0;
  margin:0;
  
}
body{
  
}
/* file: script.js */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Telephone Number Validator Project - Build a Telephone Number Validator

You mean you are clicking the script.js button but the script editor is not appearing?

Maybe the window is very small and you need to drag it open?

Are there two lines close together here?