Web-Dev-For-Beginners icon indicating copy to clipboard operation
Web-Dev-For-Beginners copied to clipboard

Variable not declared/ambiguos usage #1103 solved

Open neerajmanivarnan opened this issue 1 year ago • 1 comments

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.

neerajmanivarnan avatar Apr 03 '23 15:04 neerajmanivarnan

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

github-actions[bot] avatar Jun 03 '23 08:06 github-actions[bot]

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,

saragibby avatar Jul 07 '23 17:07 saragibby