Why can't my browser(Google Chrome) can't write javascript code???? It doesn' work on the console | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why can't my browser(Google Chrome) can't write javascript code???? It doesn' work on the console

HOW TO ENABLE JAVASCRIPT ON MY BROWSER

16th Aug 2020, 2:06 PM
Leul Abraham
Leul Abraham - avatar
4 Answers
+ 4
Are you trying to write JS in the console, or are you saying that you can't run a JS file through an html page? If you're question is the second one, you may have an issue with including your script tag, or you might have an issue with your JS file. If your question is the first one, just open up the console and type 'console.log("hello")' and hot enter. You should see 'hello' right below.
16th Aug 2020, 2:10 PM
Zeke Williams
Zeke Williams - avatar
16th Aug 2020, 2:18 PM
Zeke Williams
Zeke Williams - avatar
+ 1
Zeke Williams thank you so much it helped me a lot
16th Aug 2020, 2:20 PM
Leul Abraham
Leul Abraham - avatar
0
Zeke Williams I tried in both the script tag and the console it doesn'twork but thank you.
16th Aug 2020, 2:17 PM
Leul Abraham
Leul Abraham - avatar