0
What is wrong with my program
I thing it is in function 6 in javascript https://code.sololearn.com/Wt94YrsOpKPe/?ref=app
3 Answers
+ 6
You have an extra closing brace at the end.Also you're trying to use jquery methods but you don't have jquery included in your code.
+ 3
Use the jquery cdn.Google it
0
But how do I include jquery in my code



