Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in the code snippet for Symbol (#33765)
The written instruction above the snippet says "Note that Symbol("foo") does not coerce the string "foo" into a Symbol." but the code snippet illustrates "Symbol("foo") === Symbol("foo"); // false" The intention seemed to have been "Symbol("foo") === "foo"; // false"
- Loading branch information