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.`.
Update shank.md Update shank.md Update shank.js Update shank.test.js Update tag_database remove testlog