Get a number of arguments in the function

An example showing how to get a number of arguments in the function using Tizen 2.3.
var func = function(a,b,c) {
};

func.length;

Responses

0 Replies