var activeByUser = R.compose(groupByUser, incomplete);. 上面代碼實現了選擇未完成的任務並按用戶分組。 如果不使用Ramda的compose,而是自己 ...
確定! 回上一頁