Created
June 28, 2021 17:04
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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