hi,
does anyone know who to implement a optional argument in javascript. If it's possible that is...
i.e
function cloths(socks,shoes,optional pants){
puton=true
...
}
From all searching all I can't find a yes or no, though when I try it like above I get an error.
cheers Tamzyn