Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
oatkiller edited this page Sep 13, 2010 · 3 revisions

K is a function that returns the first argument it’s called with. Use this function as a default in functions where sub functions are defined conditionally.

(function () {

K(1); // 1

})();
Clone this wiki locally