Javascript function

在 ninja 裡面看到匿名函式的特殊用法,已經沒看過
var ninja = function myNinja(){
assert( ninja == myNinja, “This function is named two things – at once!” );
};

This brings up the most important point: Anonymous functions can be named but those names are only visible
within the functions themselves
匿名函式可以被取名字…=_=??!! 但是他只能在匿名函式內被看到與在他匿名函式內呼叫…超酷的欸
ninja();

20100905週 單字

obtrusive 顯眼的炫耀的, unobtrusive
Noticeable or prominent in an unwelcome or intrusive way
出自 Pro JavaScript™ Techniques – Part3 Unobtrusive JavaScript

Currying 討好..咖哩..
In some functional programming languages, there’s the concept of currying
在相同函式導向的程式語言,這是currying的概念

clunky 笨重的 clunky code needed to switch the context of a function

involve 包含;需要;使成為必然部份

but all of the classes involved are loosely coupled and can therefore be swapped at will but all of the classesinvolved are loosely coupled and can therefore be swapped at will
That only leaves one remaining part 只留下一個剩餘的部份
教英文的網站
http://www.cybertranslator.idv.tw/grammar/verbs.htm