Content deleted Content added
added Javascript ES6 Symbols |
No edit summary |
||
Line 1:
A '''symbol''' in [[computer programming]] is a primitive [[datatype]] whose [[Instance (computer science)|instances]] have a unique human-readable form. Symbols can be used as [[
In the most trivial [[implementation]], they are essentially named [[integer]]s (e.g. the [[enumerated type]] in C).
|