PreviousNext

11 Things About JavaScript Functions that .NET Developers Should Know: Part 1

by bill-s, 2015-02-13T02:56:14.000Z

I have often seen .NET developers struggle with JavaScript. They try to compare C# functions with JavaScript functions and usually make some minor but conceptual mistakes while using it. We can all agree that JavaScript functions are the backbone of the JavaScript programming language, and if one has a good understanding of the function, then using JavaScript is easier. So in this two parts series, I will focus some important concepts of JavaScript functions.

Read More