Skip to content

Instantly share code, notes, and snippets.

View alreadyExisted's full-sized avatar
🐱
Meow

Vitaliy alreadyExisted

🐱
Meow
  • Kharkov, Ukraine
View GitHub Profile
import areIntlLocalesSupported from 'intl-locales-supported'
const langs = ['ru', 'en', 'de', 'fr', 'es', 'kk', 'uk']
if (global.Intl) {
if (!areIntlLocalesSupported(langs)) {
require('intl')
Intl.NumberFormat = IntlPolyfill.NumberFormat
Intl.DateTimeFormat = IntlPolyfill.DateTimeFormat
}

Basic operations in SQL

Выборка (A WHERE c)

Получаем с таблицы Persons всех у кого Age >= 34

SELECT * FROM Persons WHERE Age >= 34

Formula to responsive font-size

font-size: calc(16px + (24 - 16) * (100vw - 400px) / (800 - 400));

Fluid Behavior, Turn OFF

html {