├── README.md ├── ex.html └── ex_with_sc.html /README.md: -------------------------------------------------------------------------------- 1 | I used to FillFromPrototype, Array.filter bug. 2 | it was good experience! 3 | 4 | -------------------------------------------------------------------------------- /ex.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 150 | 151 | 152 |
153 | 154 | -------------------------------------------------------------------------------- /ex_with_sc.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 171 | 172 | 173 |
174 | 175 | 176 | --------------------------------------------------------------------------------