Prompt
Create a detailed code review checklist specifically for JavaScript projects. Include aspects such as variable naming conventions, avoiding callback hell, and ensuring proper use of promises/async-await. Make it beginner-friendly with clear explanations for each point.