Browse by Tags

All Tags » Functions (RSS)
When coming from a strongly-typed, object-oriented background, there may be some surprising elements when looking at how functions are used in JavaScript. Functions in JavaScript don’t have any real concept of a signature, like they would in .NET. All...
More Posts