javascript-interview-questions
javascript-interview-questions copied to clipboard
fix: fixed the result for question 200 where 100 would be logged as i…
For question 200
The result should display "Good morning" and "100" on separate lines. However, the code was missing the comment tags, causing another 100 to be printed in the browser console This PR fixes that issue by enclosing "100" within comment tags, ensuring it appears as intended.