Web-Dev-For-Beginners
Web-Dev-For-Beginners copied to clipboard
Variable not declared / ambiguous usage
Describe the bug Usage of undeclared const variables
To Reproduce Steps to reproduce the behavior:
- Go to '../src/index.js'
- Click on 'fucntion init()'
- const storedRegion = localStorage.getItem('regionName');
- variable 'regionName' not declared.
Expected behavior It should be replaced with 'region' as declared in the //form fields section of index.js
Hey @suryakapila, I have removed all 'regionName' Keywords in index.js. Check the PR #1120
I would love to work on this issue.
Thank you for reporting this issue! Closing this issue has fixed has been merged on to the main branch.