chocokaiC
Reactiflux4y ago
36 replies
chocokai

kairu – 14-23 Feb 7

I have a section in my code I don't really understand.

function nameOfFunction(a, b = null, c = null) { }


what does setting the something to
= null
in the parameters do?
Was this page helpful?