KKarishmainjsblogsl.hashnode.dev00JavaScript Mistakes I Made So You Don't Have ToMar 4 · 5 min read · JavaScript 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 Join discussion
KKarishmainkrewhashnodedev.hashnode.dev00Hoisting, var, let & const, and the TDZ(Temporal Dead Zone) Mar 4 · 4 min read · 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..Join discussion