Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created June 28, 2021 17:04
Show Gist options
  • Save paulodutra/e82e85389f763c6bde3e25f3998e210a to your computer and use it in GitHub Desktop.
Save paulodutra/e82e85389f763c6bde3e25f3998e210a to your computer and use it in GitHub Desktop.
O Array.from, transforma elementos que são similares a um array, no mesmo para que ele possa receber todos os métodos(funções) do prototype Array.
const text = 'Paulo';
console.log(Array.from(text));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment