not opening in console my code

This issue has been tracked since 2022-10-09.

not opening any output in chrome condole chapter 1 final code.
is anything i miss?
i am beginner in code
help me to out from this

akozdev wrote this answer on 2022-10-17

Hi, check these two things:

  1. Is your script.js file linked with the index.html file? Check if you have this code before the closing </body> tag
<script src="script.js"></script>
  1. Is your script.js file in the same directory as the index.html file? If they're in different directories, the path used in the <script> tag will be different.
journeypoors wrote this answer on 2022-11-16

having similar problem just that when i type in new file it is auto creating as (); scritp.js not js script.js??

More Details About Repo
Owner Name jonasschmedtmann
Repo Name complete-javascript-course
Full Name jonasschmedtmann/complete-javascript-course
Language JavaScript
Created Date 2018-06-14
Updated Date 2023-03-29
Star Count 12137
Watcher Count 850
Fork Count 14403
Issue Count 153

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date