KanoCode / my-portfolio

This is a space I created for myself where I showcase my favorite projects, that I have developed or had the most contributions in.
2 stars 0 forks source link

Bugs: hide-and-seek #14

Open christianbiring1 opened 2 years ago

christianbiring1 commented 2 years ago

The issue was about the variable declaration outside of the scope it was used. The declaration was with the const keyword which is only accessible in the block it is defined.