Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

jsdoc externo array

Gabriel edited this page Jun 12, 2021 · 2 revisions

Array

Métodos y propiedades añadidos al prototipo de Array.

Métodos

from(valor)

Polyfill para Array.from(). Fuente: https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Global_Objects/Array/from

Parámetro Tipo Descripción Opcional Predeterminado
valor * Valor de entrada.

Devuelve: *[]

Clone this wiki locally