python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I am trying to make an AJAX fetch request and I keep getting an error "Uncaught SyntaxError: Unexpected token ')'"
I can't figure out where to put the curly brackets or parenthesis to make it work correctly. At first I thought the server was down or something but then I managed to console log the data. I kept unin...
DaShaman
Votes: 0
Answers: 2
(Powershell) Does powershell have some weird parentheses/bracket balance rules?
My powershell acts very strangely when I try to make a function. To demonstrate, Here is a basic function that, I dunno, calculates the quadratic formula:
1 function Get-Quadratic {
2
3 [CmdletB...
AdmosJagashvili
Votes: 0
Answers: 1
Unexpected token in R with chunks
i started a new R Project and everytime I use chunks (regardless from the topic within) the task went trough but i receive an "unexpected token '`" and a red dot in the referring line (see p...
Rajeshwari
Votes: 0
Answers: 1