or we use immutable data and never have the question, "wait... did this get emptied?"
Interesting how the concept itself goes away.
#ClojureScript
---
RT @VladPasca5
JavaScript tip💡
You can use the syntax "array.length = 0" to empty an array
Here is how it works
👇