To match the starter (for the migration)
Correct: `Array.from()` (it’s a static method) Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method) This patch uses the common `#` syntax to denote `.prototype.`.
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.