how to empty an array in jquery
Posted
by amir
on Stack Overflow
See other posts from Stack Overflow
or by amir
Published on 2009-08-05T09:08:39Z
Indexed on
2010/04/19
14:53 UTC
Read the original article
Hit count: 445
JavaScript
Hi, if there is an array, is it possible to empty with .remove()
for instance if
A = [1,2,3,4];
how can I empty that.
thanks
© Stack Overflow or respective owner