Skip to content

Commit

Permalink
Добавляет шапку
Browse files Browse the repository at this point in the history
  • Loading branch information
vitya-ne committed Jul 8, 2024
1 parent ae1bd6f commit a03bb4e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions js/set-union/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "`.union()`"
description: "Метод объединения двух коллекций, который возвращает новую коллекцию с элементами, встречающимися в одной или в обоих коллекциях."
baseline:
- group: set-methods
features:
- javascript.builtins.Set.union
authors:
- vitya-ne
related:
- js/set
- js/map
- js/array-join
tags:
- doka
---

## Кратко

## Пример

## Как пишется

## Как понять

0 comments on commit a03bb4e

Please sign in to comment.