OLD | NEW |
(Empty) | |
| 1 Test calling forEach with no parameters: TypeError: Not enough arguments |
| 2 Test calling forEach with non-function as first argument: TypeError: Type error |
| 3 Test calling forEach with thisArg specified: pass |
| 4 Test adding variable in forEach: pass |
| 5 Test deleting in forEach: pass |
| 6 Test clearing in forEach: pass |
| 7 Test adding then deleting in forEach: pass |
| 8 Test adding then clearing in forEach: pass |
| 9 Test deleting then adding in forEach: pass |
| 10 Test clearing then adding in forEach: pass |
| 11 Test updating visited variable in forEach: pass |
| 12 Test nested forEach calls with addition and deletion: pass |
| 13 |
OLD | NEW |