Похожие чаты

Hello guys! Please help) The task is There are 3 inputs. Output

in textarea the contents of all input fields separated by commas. Use setinterval. (When entering data in the input - they are displayed in the textarea)

The problems is
1. When I just click on the field, 3 commas is appearing, but every comma should appear only after entered text.

2. How to do that the last comma after value didn't appear?

Thank you!

16 ответов

21 просмотр
Anna-Anna Автор вопроса

like if (inputs[i].value != "") { text += inputs[i].value + ', '; }

Hitmare Chelien
like if (inputs[i].value != "") { text += inputs...

If you want to show only on input they why using setinterval just add oninput or onchange event Then just add condition like this one

Anna-Anna Автор вопроса
Anna Anna
Thank you a lot!!!☺️

but Pranav has a point. instead using an interval you could update the big textfield by using onipnput or onchange that way you could eliminate the last comma with ease as well

Anna-Anna Автор вопроса
Hitmare Chelien
but Pranav has a point. instead using an interval ...

I'm still only at the beginning, so here task without events yet. Therefore emulated by setInterval.

Anna-Anna Автор вопроса
Hitmare Chelien
but Pranav has a point. instead using an interval ...

Or I didn't get something?)🤔 About that last comma decided to ask a teacher, maybe let it be there, in case of adding more fields, for example)))😁 Than will not touch it)))

Anna-Anna Автор вопроса
Hitmare Chelien
but Pranav has a point. instead using an interval ...

There should be no comma after the last one. Omg)))😱

Anna Anna
There should be no comma after the last one. Omg))...

thats what i tought ^^' you could to a i'd say rather quick and dirty solution and change if (inputs[i].value != "") { text += inputs[i].value + ', '; } to if (inputs[i].value != "") { text += inputs[i].value; if (inputs.length < i) { text += ', '; } }

Anna Anna
screenshot

can you make a screenshot like this again ?

Anna Anna
screenshot

Array.from(inputs, x => x.value).filter(Boolean).join(', ');

Anna-Anna Автор вопроса
Anna-Anna Автор вопроса
Anna Anna
I'm still only at the beginning, so here task with...

This is a terrible way to teach 🤦‍♂️

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

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

как правильно удалить сддм? прописал в etc/portage.use/plasma-meta -sddm , но при обновлении юзов мне предлагает поставить lightdm (ещё лучше 😡), добавил туда - display-manage...
REDis
25
Except the wealthiest, people that buy crypto want to "cash out" at the end of the day, one way or another. Converting to fiat is craziness, converting to BTC is unwise. Hold ...
Erdelanax
2
#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
Всем привет! Решаю 99 OCaml Problems и столкнулся со следующей проблемой (прошу палками не забивать, я OCaml практически не трогал до этого момента): open OUnit2 let create_...
К|/|pи/\/\ 6е3yглbIи
2
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
возможно ли как-то передать в электрон или таури медиа поток с рендера 2д движка? двиг запускается как dll, а дальше надо как-то отправлять рендер кодировать не подходит, зр...
Kyle Nekto
7
https://www.linkedin.com/posts/ugama-benedicta-kelechi-codergirl-103041300_mobiledevelopment-fluttertraining-handsonlearning-activity-7263445699227254784-IdHB?utm_source=share...
CoderGirl
16
like, question: int b = 99999; is this valid and predictable C?
Ludovic 'Archivist' Lagouardette
15
Помогите пожалуйста. Делаю систему плагинов. Проблема сейчас в такая: плагины загружаются в основном потоке. FLibHandle := SafeLoadLibrary(FFileName) Но нужно еще выполнить фу...
Илья 🤣
10
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
Карта сайта