jsblogsl.hashnode.devJavaScript Mistakes I Made So You Don't Have ToJavaScript Mistakes I Made So You Don't Have To I've been writing JavaScript for a while now. And for the longest time, I didn't actually know what I was doing. I'd write code, it'd break, I'd Google 1d ago·5 min read
krewhashnodedev.hashnode.devHoisting, var, let & const, and the TDZ(Temporal Dead Zone) What is Hoisting? Hoisting is the process where JavaScript allocates memory for variables and functions before executing the code.It happens during the Memory Creation Phase of the Execution Context..1d ago·4 min read