af6.html

arrow function type #6

var arr = [x => x + 1, y => y + 2];\n alert(arr[0](10));\n