I see the below pattern used in JavaScript often.
function (element, options) {
}
Is there a specific name for this pattern? I am looking for advice to use this pattern more efficiently. As of now i am writing code in WinJS but, i have seen this being used on the web as well.