complete-javascript-course
complete-javascript-course copied to clipboard
not opening in console my code
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
Hi, check these two things:
- 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>
- 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.
having similar problem just that when i type in new file it is auto creating as (); scritp.js not js script.js??