Programming jargon crusher: functions,methods and complex objects.

You’re with me so far? I hope so! Let’s talk about functions. So, what’s a function in programming? It’s just a piece of code that does a specific task and return a specific value. Easy, right? Let me give you an example. Let’s use a standard Javascript function called round that will round it’s argument… Continue reading Programming jargon crusher: functions,methods and complex objects.