microsoft / Web-Dev-For-Beginners

24 Lessons, 12 Weeks, Get Started as a Web Developer
https://microsoft.github.io/Web-Dev-For-Beginners/
MIT License
83.2k stars 12.32k forks source link

Variable not declared/ambiguos usage #1103 solved #1111

Closed neerajmanivarnan closed 1 year ago

neerajmanivarnan commented 1 year ago

Usage of undeclared variables have been solved. Changes have been made in the 87th line of the index.js page present in the directory <Web-Dev-For-Beginners/5-browser-extension/solution/src> Inside the function init() , variable regionName was not declared.It has been replaced with 'region' as declared in the //form fields section of index.js.

github-actions[bot] commented 1 year ago

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.

saragibby commented 1 year ago

Thank you @neerajmanivarnan for this update! The same update was made and merged form a different PR. As you spot any issues or have suggestions as you work through this curriculum please open an issue to let us know,