TGViewer
Channel Public Channel
WebDEV

WebDEV

@webb_dev

Сообщество веб-разработчиков.

На канале можно найти: видео-уроки, полезные статьи, новости из мира IT и веб-разработки.

Ссылка: @Portal_v_IT

Сотрудничество: @oleginc, @tatiana_inc

Канал на бирже: telega.in/c/webb_dev

РКН: clck.ru/3L2oTf
Subscribers
8.3K
Photos
2.3K
Videos
17
Links
3K

Showing posts older than #5634 · Back to latest

Older Posts 20 shown
Post #5632 449
.element {
width: 300px;
overflow-x: auto;
white-space: nowrap;
}


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5629 435
const arr = [1, 2, 3, 4, 5];
const first = arr.shift();
const last = arr.pop();
console.log(first + last, arr.length);


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5626 443
const btn = document.createElement('button');
btn.textContent = 'Click';
btn.onclick = () => console.log('A');
btn.addEventListener('click', () => console.log('B'));


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5624 459
.button {
border: 2px solid blue;
outline: 2px solid red;
outline-offset: 5px;
}


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5621 442
const arr = ['a', 'b', 'c'];
const iterator = arr.values();
console.log(iterator.next().value, iterator.next().value);


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5619 439
const num = 123.456;
console.log(num.toFixed(2), num.toPrecision(4));


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5616 454
.box {
width: 100px;
height: 100px;
background: linear-gradient(45deg, #000 25%, transparent 25%);
background-size: 20px 20px;
}


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5614 462
const promise = Promise.reject('Error');
promise.catch(err => console.log('Caught'));
promise.catch(err => console.log('Again'));


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5612 448
const arr = [1, 2, 3];
const result = arr.reduceRight((acc, val) => acc + val, 0);
console.log(result);


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Post #5610 442
.container {
columns: 3;
column-gap: 20px;
}


WebDEV #test #Frontend

Выберите правильный вариант 👇🏼
Older posts →
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →