Web-Dev-For-Beginners
Web-Dev-For-Beginners copied to clipboard
Variable not declared/ambiguos usage #1103 solved
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.
This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.
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,