| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Unfortunately, after minification, using reduce is actually larger (using https://jscompress.com/ which uses UglifyJS 3 and Babili): original (119 bytes): with reduce (123 bytes): |
Sorry, something went wrong.
|
Thanks for the great explanation @kevlened! This also jives with my experience. Worth noting that performance is also at play here, and reduce() has fairly poor performance. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hi there! By using an array reduce on the key, you'll can go even leaner with 124 bytes 💪