Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
June 21, 2012

Example 1

component displayname="ColdFusion Closure Example" output="false" accessors="true"

{

.....

}

Example 3

The variable componentArray is not used in the code.

Typo: whos -> whose

filteredArray = obj.filterArray(obj.getEmployee(), closure(a) should be filteredArray = obj.filterArray(obj.getEmployee(), function(a).