For instance, ramda.substring = invoker("substring", String.prototype); which we could use like this: map(substring(0, 2), ["Fools", "rush", "in"]);
確定! 回上一頁