Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first element from a list and returns it.
Syntax
var object = list.shift();
Parameters
This method has no parameters.
Return value
Type: Object
The first element from the list.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |