Why is it this game is not responding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is it this game is not responding

Can someone fix for me https://code.sololearn.com/W5iDIotEtNKx/?ref=app

20th Sep 2019, 7:55 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
2 Answers
+ 1
Have you installed anglarjs framework?
20th Sep 2019, 9:14 PM
Rustem Sharipov
Rustem Sharipov - avatar
+ 1
You have to put your script tag after the one that references Angular. Move it out of the head: <script type="text/javascript" src="angular.min.js"></script> <script type="text/javascript" src="main.js"></script> try doing this if this help you at any cost!!
21st Sep 2019, 11:39 AM
Chirag Kumar
Chirag Kumar - avatar