Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

String.Slice Example

Description: Illustrates the JavaScript syntax for the String Slice .

Syntax: string.slice(beginIndex,endIndex) – Extracts a part of a string and returns a "slice" of the original string – endIndex is optional.

 

String.Slice Example Code: