Skip to content

Instantly share code, notes, and snippets.

@Elshaman
Created October 5, 2021 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elshaman/0f0a90094ef531e175ff8ff1319046ef to your computer and use it in GitHub Desktop.
Save Elshaman/0f0a90094ef531e175ff8ff1319046ef to your computer and use it in GitHub Desktop.
const juegos = ['Assasins Creed ', 'GTA', 'Streets of Rage', 'AOE', 'BattleField'];
export default juegos;
import juegos from './arreglo.js'
juegos.forEach( elemento => console.log(elemento) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment