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

Variable not declared / ambiguous usage

Open suryakapila opened this issue 1 year ago • 2 comments

Describe the bug Usage of undeclared const variables

To Reproduce Steps to reproduce the behavior:

  1. Go to '../src/index.js'
  2. Click on 'fucntion init()'
  3. const storedRegion = localStorage.getItem('regionName');
  4. variable 'regionName' not declared.

Expected behavior It should be replaced with 'region' as declared in the //form fields section of index.js

suryakapila avatar Mar 16 '23 13:03 suryakapila

Hey @suryakapila, I have removed all 'regionName' Keywords in index.js. Check the PR #1120

BamaCharanChhandogi avatar Apr 19 '23 07:04 BamaCharanChhandogi

I would love to work on this issue.

Sivasish48 avatar Jun 13 '23 13:06 Sivasish48

Thank you for reporting this issue! Closing this issue has fixed has been merged on to the main branch.

saragibby avatar Jul 05 '23 18:07 saragibby