I have the followig function inside my javascript file:-
function showOrHideField(curField="") {
where i am defining a function which take a parameter with defualt value ""
, now this is working well on Firefox. but on IE11 i got the following exception:-
SCRIPT1006: Expected ')'
so can anyone advice on this please? Thanks