Published
- 1 min read
clear arrays in jquery
The solution for this is noted below
clear arrays in jquery
Solution
arr.splice(0, arr.length)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
arr.splice(0, arr.length)
Try other methods by searching on the site. That is if this doesn’t work