Please guys am having an issue coding JavaScript on my Pc using Dreamweaver Cs4 . Its bringing out syntax error on line 1. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please guys am having an issue coding JavaScript on my Pc using Dreamweaver Cs4 . Its bringing out syntax error on line 1.

<html> <Head> <script> document write.("hello world") </script> </head> </html> <!-- i learn from solo learn and practice with DW cs4 -->

28th Jan 2019, 6:49 PM
Favour
5 Answers
+ 3
Additionally, you seem to forget to put a member access operator between 'document' and 'write', it should be document.write("hello world"); Notice the dot between 'document' and 'write' above.
28th Jan 2019, 8:05 PM
Ipang
+ 1
I think the opening "head" tag should start with lowercase letter => "h" instead of "H".
28th Jan 2019, 7:55 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
+ 1
Please, show your complete code placed in Code Playground.
28th Jan 2019, 8:14 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
0
I already corrected all that Still yet no correction Still brings out syntax error
28th Jan 2019, 8:08 PM
Favour
0
I practice my lessons from Solo Learn with Adobe Dreamweaver Cs4. Coz it's easier
28th Jan 2019, 10:34 PM
Favour