kairu – 14-23 Feb 7
I have a section in my code I don't really understand.
what does setting the something to
function nameOfFunction(a, b = null, c = null) { }what does setting the something to
= null in the parameters do?