[jQuery] question about slice()

[jQuery] question about slice()


I found slice(start, end) doesn't pick up the last one specified by
the 'end'. Such as slice(0, 3), it pick up 0, 1 and 2. Is that the way
it works?
Jack