Notice: file_put_contents(): Write of 17093 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50
Proglib.academy | IT-курсы@proglib_academy P.2656
PROGLIB_ACADEMY Telegram 2656
⚡️Команда дня: forEach + index

Если только начинаете учить циклы в JS, то забудьте про for (let i = 0...) — вот как делают нормальные ребята:

const fruits = ["apple", "banana", "cherry"];

fruits.forEach((fruit, index) => {
console.log(index, fruit);
});


⚙️ Что делает:
— Проходит по каждому элементу массива
— Даёт сразу и значение, и индекс
— Не нужно вручную писать i++ или лезть в fruits[i]

📌 Полезно для:
— Быстрой отладки
— Вывода списков в UI
— Упрощения логики без лишнего шума

🔵 Забирайте курс по Фронтенду и углубляйте свои знания в JavaScript → «Frontend Basic: принцип работы современного веба»

Proglib Academy #буст
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1



tgoop.com/proglib_academy/2656
Create:
Last Update:

⚡️Команда дня: forEach + index

Если только начинаете учить циклы в JS, то забудьте про for (let i = 0...) — вот как делают нормальные ребята:

const fruits = ["apple", "banana", "cherry"];

fruits.forEach((fruit, index) => {
console.log(index, fruit);
});


⚙️ Что делает:
— Проходит по каждому элементу массива
— Даёт сразу и значение, и индекс
— Не нужно вручную писать i++ или лезть в fruits[i]

📌 Полезно для:
— Быстрой отладки
— Вывода списков в UI
— Упрощения логики без лишнего шума

🔵 Забирайте курс по Фронтенду и углубляйте свои знания в JavaScript → «Frontend Basic: принцип работы современного веба»

Proglib Academy #буст

BY Proglib.academy | IT-курсы


Share with your friend now:
tgoop.com/proglib_academy/2656

View MORE
Open in Telegram


Telegram News

Date: |

How to create a business channel on Telegram? (Tutorial) During the meeting with TSE Minister Edson Fachin, Perekopsky also mentioned the TSE channel on the platform as one of the firm's key success stories. Launched as part of the company's commitments to tackle the spread of fake news in Brazil, the verified channel has attracted more than 184,000 members in less than a month. While some crypto traders move toward screaming as a coping mechanism, many mental health experts have argued that “scream therapy” is pseudoscience. Scientific research or no, it obviously feels good. The Channel name and bio must be no more than 255 characters long More>>
from us


Telegram Proglib.academy | IT-курсы
FROM American