<script>
bairroSelecionadosArray = bairroSelecionadosArray.filter(function(el){
return el.id !== id;
});
</script>
Created
August 7, 2020 20:14
-
-
Save petronioamaral/2ad2563a95e488c360b1c75854833994 to your computer and use it in GitHub Desktop.
remove item array javascript
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment