Functions & Methods – JavaScript Tutorial for Beginners




What is a function? In JavaScript, a function is a named block of code that can be invoked from anywhere within the code. You can pass arguments as parameters, and assign the return value to a variable. The difference between a function, a method, and a sub-routine is basically what programming language is involved. They practically mean the same thing, but different programmers like to argue about the particular technical differences.

Copyright (c) 2013 Rodrigo Silveira http://www.easylearntutorial.com

Original source


6 responses to “Functions & Methods – JavaScript Tutorial for Beginners”

Leave a Reply