Похожие чаты

When you run these four examples of objects on text

editor

let obj = {
username0: ‘Santa’,
username1: ‘Rudolf’,
username2: ‘Mr.Grinch’
}

Object.keys(obj).forEach((key, index) => {
console.log(key, obj[key]);
})

Object.values(obj).forEach(value => {
console.log(value);
})

Object.entries(obj).forEach(value => {
console.log(value);
})

Object.entries(obj).map(value=> {
return value[1] + value[0].replace(‘username’, ‘’);
})

Why doesn’t the last one

Object.entries(obj).map(value=> {
return value[1] + value[0].replace(‘username’, ‘’);
})

show the result on Console? But it only shows the last one when you have to copy it and enter on Console.

3 ответов

6 просмотров

The last one is not logging anything to the console

Charlemagne-Holdt Автор вопроса
david
The last one is not logging anything to the consol...

Is there a reason for it? There is return just like the above three Object..

Because you never log

Похожие вопросы

Обсуждают сегодня

А еще в перле можно уже @arr1 + @arr2?
Sergei Zhmylove
53
Подскажите, где смотреть результат выполнения программы? Код: ;.686 ;Система команд процессора 686 ;.MODEL FLAT,stdcall ;Модель памяти плоская, станда...
Егор Анелькин
5
I arrived here after a Chico Crypto show highlighted the project & the Team - the fact that the Team had a long history of successfully working with household names gave me e...
Banter is Bullish
1
я не магистр хаскеля, но разве не может лейзи тип конвертнуться в не-лейзи запросив вычисление содержимого прям при инициализации?
deadgnom32 λ madao
100
Привет всем. появился вопрос. Разрабатываю сайт, в данный момент он запущен. Хостинг beget. Добавляю на сайт яндекс метрику с помощью полей client-settings (взято отсюда http...
Andrew
2
;.686 ;Система команд процессора 686 ;.MODEL FLAT,stdcall ;Модель памяти плоская, стандартный ;вызов процедуры ;option casemap:no...
Егор Анелькин
1
Почему у макбука экран не сенсорный?
✨ Anatolii Cherednichenko
28
It's unfortunate that the "Then why are you here" or "lol you must've bought high" mantras always come up. I already tried bringing up this subject in the price channel but si...
Leroy Gerrits
4
Так а кто может спарсить всех участников чата? Идишники
Magic
17
Есть вопрос: допустим есть железка с каким-то интерфейсом(допустим usb), но как по этому интерфейсу железкой управлять неизвестно, прог нету, а управлять очень хочется надо. К...
Mixail Frolov
15
Карта сайта