Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавляет доку про метод Set.isSupersetOf() #5463

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

vitya-ne
Copy link
Contributor

Описание

  • Добавляет доку про метод .isSupersetOf() для Set
  • Исправляет копипаст в статье про .isSubsetOf

Чек-лист

  • Текст оформлен согласно руководству по стилю
  • Ссылки на внутренние материалы начинаются со слеша и заканчиваются слэшем либо якорем на заголовок (/css/color/, /tools/json/, /tools/gulp/#kak-ponyat)
  • Ссылки на картинки, видео и демки относительные (images/example.png, demos/example/, ../demos/example/)

@github-actions github-actions bot added js Контент по JavaScript дока Справочный материал labels Jul 25, 2024
js/set-is-superset-of/index.md Outdated Show resolved Hide resolved
js/set-is-superset-of/index.md Outdated Show resolved Hide resolved
js/set-is-superset-of/index.md Outdated Show resolved Hide resolved
Comment on lines +29 to +30
const booksOfSonya = [ "Дар", "Подвиг", "Защита Лужина", "Отчаяние" ]
const booksOfNadya = [ "Подвиг", "Защита Лужина", "Дар" ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const booksOfSonya = [ "Дар", "Подвиг", "Защита Лужина", "Отчаяние" ]
const booksOfNadya = [ "Подвиг", "Защита Лужина", "Дар" ]
const booksOfSonya = [ 'Дар', 'Подвиг', 'Защита Лужина', 'Отчаяние' ]
const booksOfNadya = [ 'Подвиг', 'Защита Лужина', 'Дар' ]

js/set-is-superset-of/index.md Outdated Show resolved Hide resolved
js/set-is-superset-of/index.md Outdated Show resolved Hide resolved
Copy link

Превью контента из d797e56 опубликовано.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js Контент по JavaScript дока Справочный материал
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants