Built an MCQs Extractor using vanilla JavaScript ! Users simply write MCQs where: • Question ends with ? • Options are separated by line breaks • Correct answer is marked with * The system automatically extracts and displays clean MCQs What I Learned: This project helped me deeply understand string operations, text parsing, Symbol-based logic (? and *) and how map with return + join is essential when generating HTML dynamically. Small project. Big learning. GitHub Repository: https://lnkd.in/dkykFcwf Live Demo (Netlify): https://lnkd.in/dZWsT2G6 #JavaScript #WebDevelopment #FrontendDevelopment #MCQsExtractor #StringMethods #MapAndJoin #LearningByDoing #CodingJourney #DevelopersHub

To view or add a comment, sign in

Explore content categories