/tags/truncate
- Truncating an Array in JavaScript
How do you truncate an array in JavaScript? There are two ways of truncating an array in JavaScript. One takes advantage of the fact that the length property of the Array object is writable, another ...