摘要: // Function (ahem) Functions // ------------------ // Determines whether to execute a function as a constructor // or a normal function with the provided arguments. /* 判断一个函数是按照构造函数还是普... 阅读全文
posted @ 2016-09-01 19:25 很好玩 阅读(551) 评论(0) 推荐(0) 编辑
摘要: // Array Functions // --------------- // Get the first element of an array. Passing **n** will return the first N // values in the array. Aliased as `head` and `take`. The **guard** check ... 阅读全文
posted @ 2016-09-01 17:41 很好玩 阅读(981) 评论(0) 推荐(0) 编辑