Hey everyone! I'm interested in diving into Quality Assurance on freeCodeCamp, but I'm wondering if it's a good idea to start learning it since I only have a basic understanding of JavaScript. Should I focus on improving my JavaScript skills first, or can I jump straight into the QA content? Thanks for your help!
1 Answer
You’re actually good to go with basic JavaScript! The QA section will not only introduce you to testing tools but also help you improve your JavaScript skills. If you hit any confusing parts, just revisit the JS basics, but no need to hold back on starting QA!
Thank you! I was concerned because I noticed that freeCodeCamp uses Chai, which is a JavaScript testing library.