please dont rip this site

Microsoft® JScript™
slice Method (Array)
 Language Reference 
Version 3 

See Also                  Applies To


Description
Returns a section of an array.
Syntax
arrayObj.slice(start, [end])

The slice method syntax has these parts:

Part Description
arrayObj Required. An Array object.
start Required. The zero-based index of the beginning of the specified portion of arrayObj.
end Optional. The zero-based index of the end of the specified portion of arrayObj.
Remarks
The slice method returns an Array object containing the specified portion of arrayObj. It also works on strings: slice Method (String)

The slice method copies up to, but not including, the element indicated by end.

let array = [1, 2, 3, "hello world", 4.12, true];
array.slice(0, 3); // returns [1, 2, 3] but does NOT include array[3] "hello world"

If negative, end indicates an offset from the end of arrayObj. In addition, it is not zero-based. If omitted, extraction continues to the end of arrayObj.

In the example that follows, all but the last element of myArray is copied into newArray:

newArray.slice(0, -1))

If an object reference is copied from arrayObj to the result, the object reference in the result still points to the same object. Changes to that object are reflected in both arrays.


© 1997 by Microsoft Corporation. All rights reserved.


file: /Techref/inet/iis/jscript/htm/js24.htm, 3KB, , updated: 2019/10/7 11:22, local time: 2024/3/28 07:39,
TOP NEW HELP FIND: 
54.226.226.30:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/Techref/inet/iis/jscript/htm/js24.htm"> slice Method (Array)</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .