List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
4 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | coding-exercise/src/serviceWorker.js | 1 | // This optional code is used to register a service worker. |
| LOW | coding-exercise/src/setupTests.js | 1 | // jest-dom adds custom jest matchers for asserting on DOM nodes. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ise/src/exercises/exercise-04-custom-hooks/Solution.js | 70 | resolve({ name: 'John Doe', email: 'john@example.com', role: 'Developer' }); |
| LOW | …cise/src/exercises/exercise-04-custom-hooks/Problem.js | 32 | setData({ name: 'John Doe', email: 'john@example.com' }); |