Explore tweets tagged as #jshelpers
This can be done by returning a new function from the original function, which takes the first argument and returns a new function that takes the second argument, and so on, until all of the arguments have been provided. #JsInterviewQuestions #jshelpers #javascript #js
0
0
1
jsHelpers 簡單說明文檔已公開。 jsHelpers 能干甚麼不是簡單能說清楚的,所以還是建議大家自己去看看: http://catchen.github.com/jsHelpers/.
0
0
0
jsHelpers 0.9.8 (aka Release Candidate 1) is pushed to Github. https://github.com/CatChen/jsHelpers/tree/0.9.8.
0
0
0
jsHelpers release 0.9.6 and List is updated with cache infrastructure. https://github.com/CatChen/jsHelpers/tree/0.9.6.
0
0
0
jsHelpers 0.9.7 released. List's generate method creates infinite List like Python generator does. http://is.gd/jJTu0.
0
0
0
I added new branches to jsHelpers: list-future & mvc-future. I'm working list-future and mvc-future won't update soon. http://j.mp/jsHelpers.
0
0
0
jsHelpers 很無聊地在 1.0.6 增加了導出為 YUI module 的支持。要不要再做一個導出為 jQuery plug-in 的支持呢?看來我真的很無聊…… http://t.co/T1yugTuU.
0
0
0
現在的 QUnit 比我寫 jsHelpers 的時候用的更合理了啊, expect(n) 變成了 test(name, expected, test) 的一個參數,同時有了 asyncTest 這個 short-cut 。 http://t.co/okFrWeD.
0
0
1
Q: What is Currying?.A: Currying in JavaScript is a technique of transforming a function with multiple arguments into a sequence of functions with a single argument. #JsInterviewQuestions #jshelpers #javascript #js.
2
0
1
@CatChen 特意看了下 jsHelper 的代码,很不错。但在 IDE 下,某些瑕疵也立现了,比如: http://t.co/IY2hGF4p list.js#L486 还有不少方法的参数并没有用到。和其他人的代码相比,已经非常不错。遇到过 var x = y = 1.
1
0
0
Q: What are the types of Event Propagation in Javascript?.A : .1) Bubbling.2) Capturing.#javascript #JsInterviewQuestions #jshelpers.
1
0
0