Note that all keys are coerced to strings because of how JavaScript objects work. ... const spacer = R.join(' '); spacer(['a', 2, 3.4]); //=> 'a 2 3.4' ...
確定! 回上一頁