+ 2
Unexpected end of input!!
Why it says "unexpected end of input" ? 😕 https://code.sololearn.com/WzQo87kfBczJ/?ref=app
4 ответов
+ 3
Parth
Your code needed }) after the closing curly bracket and bracket of your alert function.
Copy and paste this to your code
$(function() {
SoloAlert.alert({
tite: "Quizo time!",
body: "Hello, this is an app for quizes. Questions here are of limited programming languages, like HTML, CSS, JS and jQuery. Questions are also of basic physics, chemistry, biology and mathematics.",
icon: "warning",
});
}) <<== Was Missing
+ 7
Close bracket })
+ 3
U’re missing to close $(function {
+ 3
Great clarifying answer Emms Code ;) Should be marked as better answer