0
Can you give me an idea for this code P.S.:Can You give me an examples of errors
3 odpowiedzi
+ 2
Just read the error (real one, outputed at console) wich tell that an unexpected '}' was encountered at line 91...
So, verify all your brackets (even rounded and squared) on this line: there's certainly a nested mistake (opening bracket with no closing one matching or conversely...).
Done for you, here is the line 91 corrected (missing a closing square bracket about the end of line):
`Internal ExceptionError:${br}at js.Utils.Io${br}at ${objects[Math.floor(Math.random()*objects.length)]} ${prgrs[prGrs]}${br} at ${objects[Math.floor(Math.random()*objects.length)]} ${prgrmP}:${br}${vars[vRR]}.${vars[vR].toUpperCase()}${sc[scR]} is not a ${objects[Math.floor(Math.random()*objects.length)]}${br}line:${Math.ceil(Math.random()*10000)}${br}`
0
Thank
0
This error is fixed