Created
June 11, 2018 21:06
-
-
Save ldco2016/ac854fc81185b0f6e2bc2cf3c2d2a1bf to your computer and use it in GitHub Desktop.
Plucking Values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var images = [ | |
{ height: '34px', width: '39px' }, | |
{ height: '54px', width: '19px' }, | |
{ height: '83px', width: '75px' }, | |
]; | |
var heights; |
Author
ldco2016
commented
Jun 11, 2018
function pluck(array, property) {
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment