progress.css('background-color', [
{ min: 100, color: '#47C965' },
{ min: 40, color: '#f5dd30' },
{ min: 0, color: '#bf4542' },
].find(n => n.min <= strength).color);
const tests = [ здесь перечисляете регулярные выражения ].map((n, i) => ({
regex: n,
message: error_wrap.attr(`data-error_${i + 1}`),
}));
.product__subtitle {
background-color: red;
height: 100%;
}
.product__item {
width: calc(100% / 3 - 28px);
position: relative;
margin: 0 14px;
display: flex;
flex-direction: column;
}