LJHarb
Membro desde
Atividade recente na documentação
Ver toda a atividadePágina | Data | Comentário |
---|---|---|
Array.from() |
Revert to revision of 2019-08-22 13:35:02.530977 by LJHarb: ""shallow-copied" is indeed the correct term; "memory" is irrelevant since JS is a memory-managed language." | |
Object.fromEntries() |
Revert to revision of 2019-06-04 03:36:02.314488 by SphinxKnight: "english." | |
Array.from() |
Revert to revision of 2019-08-21 14:22:33.645175 by LJHarb: "This isn't "called duck typing"; this is Array.from being specified to handle arraylike objects, which have a length property. This sentence adds more confusion than it removes." | |
Array.from() |
`undefined` can be redefined, so `void` is required; the ||, not the && is correct here. | |
Array.from() |
`x == null` covers both null and undefined; as does `== undefined`; adding `== undefined` here is redundant. |