Похожие чаты

Is it write to actually use loops inside a loop??

14 ответов

37 просмотров

sometimes

No, you just do something similar to const n = 10; const m = 20; for (let i = 0; i < n * m; i++) { // Stuff if (i % n === 0) { // More stuff } } rather than const n = 10; const m = 20; for (let i = 0; i < n; i++) { // More stuff for (let j = 0; j < m; j++) { // Stuff } }

A​kshit
No, you just do something similar to const n = 1...

the new parser is clearly broken. I wrote perfectly valid stuff here and its inconsistent between clients and all smh

EMMIaNT- Автор вопроса
A​kshit
No, you just do something similar to const n = 1...

Buh using the bottom one is more readable than the first

EMMIaNT
Buh using the bottom one is more readable than the...

it was a joke, never use the first one. Its slower and unreadable.

EMMIaNT- Автор вопроса
A​kshit
No, you just do something similar to const n = 1...

What about using let?? Something like this: let arrOfArrays = []; for (let i = 0; i < 3; i++){ arrOfArrays.push([]); for (let j = 0; j < 7; j++) { arrOfArrays[i].push(j); } }

EMMIaNT- Автор вопроса
EMMIaNT
What about using let?? Something like this: let ar...

You actually don't need let here. const will work just fine.

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

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

#include <stdio.h> #include <stdlib.h> #include <time.h> void mass_first_generate(int mass[5][7]) {     for (int N = 0; N < 5; N++) {         for (int A = 0; A < 7; A++) {   ...
Чувак
6
https://www.linkedin.com/posts/ugama-benedicta-kelechi-codergirl-103041300_mobiledevelopment-fluttertraining-handsonlearning-activity-7263445699227254784-IdHB?utm_source=share...
CoderGirl
16
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
VIP-397 BNBx Oracle implementation upgrade Summary This proposal, if approved, will upgrade the implementation of the BNBx Oracle contract on Venus from version 1 (V1) to v...
Venus Announcements
2
like, question: int b = 99999; is this valid and predictable C?
Ludovic 'Archivist' Lagouardette
15
Помогите пожалуйста. Делаю систему плагинов. Проблема сейчас в такая: плагины загружаются в основном потоке. FLibHandle := SafeLoadLibrary(FFileName) Но нужно еще выполнить фу...
Илья 🤣
10
Ну вот просто даже давайте вот как. Какой нибудь конкретный кейс, можете в пример привести, где бч работает и приносит прикладную пользу, а не просто что бы было? Не крипту.
Alexander Andreev
22
For all those that keep asking why no pump? why this ? and why that...? Please close ur ewt chart and open 2 others - TOTAL (total mc) and BTC.D (btc dominance). Maybe BTC a...
Inn3r_G
19
"Since pnut can flip FTM easily, I'm swapping my FTM to pnut and hoping for a easy x5-x10" Perfect recipe for disaster. NFA but chances are, you'll end up as exit liquidity ...
C. A.
7
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Карта сайта