List.pop method

1 out of 2 rated this helpful - Rate this topic

Removes the last element from a list and returns it.

Syntax


var object = list.pop();

Parameters

This method has no parameters.

Return value

Type: Object

The last element from the list.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.