// Returns a promise that resolves with the average dimensions of all the passed in images
// Ignores any images that fail to load
function loadImages(images) {
// Complete the body of this function
// so that the tests below pass.
}
Я пробовал много разных способов, но это все равно не работает.Кто-нибудь может помочь с этим?Я пробовал map (), lower (). Но всегда получаю NaN.