최근 문서 활동
전체 활동 보기페이지 | 날짜 | 댓글 |
---|---|---|
Array.prototype.find() |
Update polyfill not to create an enumerable property on Array.prototype | |
Array.prototype.findIndex() |
||
Array.prototype.includes() |
Correct the polyfill, which didn't use the SameValueZero algorithm. Compare old (https://jsfiddle.net/gwdjcdLy/) to updated (https://jsfiddle.net/c5fwLtqy/) | |
null |
Fix the wording that lead to this confusion: https://stackoverflow.com/q/36172991/157247 | |
Falsy |