Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Javascript --> Level 10 --> Lesson 2

Code not submitting even expected after getting output.
Error message :
Import the external JS file in your HTML code.
by

3 Answers

kshitijrana14
Try this one
document.write("Hello World");
springBootGuru
I puted document.write("<h1>Hello World</h1>"); in script.js .On the console I got the solution with bold text.
springBootGuru
Bingo , I got it just wrote script.js in first code editor.

Login / Signup to Answer the Question.