Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/symbol.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Symbol
description: The `Symbol` type is used for unique property keys – a symbol never clashes with any other property key (symbol or string).
description: A `Symbol` value is a unique, non-enumerable primitive value used for encapsulation or information hiding. For example, a symbol can be a key of an object that can never collide with any other key.
spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-objects
group: primitive-types
status:
Expand Down