Yes, I promise I've read the Contributions Guidelines (please feel free to remove this line).
Hey, Man! Thanks for You Don't Know JS's. They are the best things in life!
Your elipses all have two dots. An elipsis is three dots,
I intentionally use .. in code/comments instead of a full ... because the ... is an actual operator as of ES6 (spread/rest) and I don't want there to be confusion.
Most helpful comment
I intentionally use
..in code/comments instead of a full...because the...is an actual operator as of ES6 (spread/rest) and I don't want there to be confusion.