Skip to content

Instantly share code, notes, and snippets.

@petronioamaral
Created August 7, 2020 20:14
Show Gist options
  • Save petronioamaral/2ad2563a95e488c360b1c75854833994 to your computer and use it in GitHub Desktop.
Save petronioamaral/2ad2563a95e488c360b1c75854833994 to your computer and use it in GitHub Desktop.
remove item array javascript
<script>

 bairroSelecionadosArray = bairroSelecionadosArray.filter(function(el){
                return el.id !== id;
                });
                
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment