onclick error
Posted: Tue Nov 14, 2017 3:48 pm
Hi,
can anyone explain me, i am writing some function in the "Onclick event" example
"viewLink = function viewLink(xxxxx, xxxx, xxx, xxx, xxx, xxx, xxxx) " like this and i wrote some function in the javascript like
var viewLink = function viewLink(xxxxx, xxxx, xxx, xxx, xxx, xxx, xxxx){
console.log("test")
}
but i am getting some error i don't understand " unexpected end of input"
any help would be appreciated.
Thanks
Kiran.
can anyone explain me, i am writing some function in the "Onclick event" example
"viewLink = function viewLink(xxxxx, xxxx, xxx, xxx, xxx, xxx, xxxx) " like this and i wrote some function in the javascript like
var viewLink = function viewLink(xxxxx, xxxx, xxx, xxx, xxx, xxx, xxxx){
console.log("test")
}
but i am getting some error i don't understand " unexpected end of input"
any help would be appreciated.
Thanks
Kiran.