Skip to content

Commit

Permalink
Избегает упоминания boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
vitya-ne committed Sep 23, 2024
1 parent d366730 commit d797e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/set-is-superset-of/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ console.log(set2.isSupersetOf(set1))

</aside>

Метод `isSupersetOf()` возвращает boolean-результат сравнения коллекций.
Метод `isSupersetOf()` возвращает булевое значение как результат сравнения коллекций.

## Как понять

Expand Down

0 comments on commit d797e56

Please sign in to comment.