Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
*:focus { -webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation; }
JSON.stringify(Object.fromEntries(new FormData(form)))
const handleChange = (event: React.FormEvent<HTMLFormElement>) => { console.log(event.currentTarget.name) }
child_process.execSync(`find ${process.cwd()}/Modules -type f`).toString().split('\n')
const getSum = (a, b, result = 0) => { for (let i = Math.min(a, b); i <= Math.max(a, b); result += i++); return result; }
useLayoutEffect(() => { if (condition) { // do stuff } }, []);
const playBtn = qs('...'); if(myVideo.paused) { myVideo.play(); playBtn.style.opacity = '0' } else { myVideo.pause(); playBtn.style.opacity = '' }
[...`${2366789363674}`].filter((n, i, arr) => arr.indexOf(n) === i && arr.lastIndexOf(n) !== i)
[...new Set([...`${233456378678}`].filter((n, i, arr) => arr.indexOf(n) !== i ))]