I saw a piece of javascript code similar to the one below. I understand the eval()
function but don't understand the purpose of the first pair of parenthesis around the function name and another parameter. Thank you for the help.
(1,eval)("function Func() {}")