I have error in my script when I’m using following line
var s = "{group:'" + $group +
"',result: '" + $result +
"',groupName: '" + $groupName + "'}";
For following example values:
group = ""
result = "sfsfs fsfsf "
groupName = "grupa1"
Is here any mistake?
Best regards.
You don’t need the dollar sign before the variable. Try this