Comment on Show HN: Web Spreadsheet in 99 linesparentComments−audreytOP12yThanks!Here is the version — by popular demand — that only uses DOM methods and does not use Angular, still clocking at 99 lines:https://audreyt.github.io/500lines/spreadsheet/as-without-an...I have joined some short statements, but each line is still at most 99 characters.Source code is at: https://github.com/audreyt/500lines/tree/master/spreadsheet/...It was an interesting exercise — thanks for suggesting it!
Comments
Thanks!
Here is the version — by popular demand — that only uses DOM methods and does not use Angular, still clocking at 99 lines:
https://audreyt.github.io/500lines/spreadsheet/as-without-an...
I have joined some short statements, but each line is still at most 99 characters.
Source code is at: https://github.com/audreyt/500lines/tree/master/spreadsheet/...
It was an interesting exercise — thanks for suggesting it!