Select is selector function over a data set that returns a new data set filtered by the criteria of the lambda expression.
Select
var pencilNames = pencils.map((pencil) => { return pencil.Name; });
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.