So I am using Chrome Version 47.0.2526.73 (64-bit)
, and testing my new code on chrome which;
function addRowLine(rowNum = 0, isVisible = false)
{
console.log(rowNum);
}
And I got;
Uncaught SyntaxError: Unexpected token =(…)
But, this code works fine on Firefox 42.0
So, I just want to clarify if chrome doesn't support this feature yet? Or I am missing something.