A common mistake newbies in JavaScript make, is referencing arrays instead of copying it when using the assignment operator. let pokemons = ['pikachu', 'eevee', 'snorlax', 'charmander', 'charizad']; // This will point (create a reference) new_pokemo...
anjanesh.dev1 min readNo responses yet.