Just putting stuff I find out over here, so I can remember and find them more easily.
22 December 2011
JS - Optional function parameters
Sometimes you want to call the same JavaScript function with a different number of parameters, to replicate the overloading we use in, for instance, .NET. This is how to do it:
No comments:
Post a Comment