I got this weird message popping up in the terminal , anyone knows what should I do next ?
As you’ve been told on Discord, remove the semicolons on lines 3 and 10.
Also make sure your indentation is the same for all lines in the same scope. Lines 20 and 21 look like they are a space short. Lastly the space between the function name and ()
on lines 3 and 12 is unusual and inconsistent with the rest of the file, I’d recommend removing them.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.