We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f32d6b commit e2ec700Copy full SHA for e2ec700
1-js/05-data-types/08-keys-values-entries/article.md
@@ -127,7 +127,7 @@ let fiyatlar = {
127
128
*!*
129
let ikiKatiFiyatlar = Object.fromEntries(
130
- // convert to array, map, and then fromEntries gives back the object
+ // diziye dönüştürür, Map ve sonra fromEntries nesneyi geri döndürür
131
Object.entries(fiyatlar).map(([key, value]) => [key, value * 2])
132
);
133
*/!*
0 commit comments