List of 1000 JavaScript Interview Questions
4 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ng-exercise/superArrayOfObjects/superArrayOfObjects.js | 41 | // { victim: 'JavaScript', count: 1 } |
| LOW | coding-exercise/debounce-function/debounce.js | 21 | // ...args collects all arguments passed to this function |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | coding-exercise/deep-merge-nested-objects/solution.js | 43 | // Example usage |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | coding-exercise/async-await-error.js | 5 | async function getData() { |