2 examples to understand the difference between var and let
11 July, 2022
There are countless articles related to the differences between let, const, and var. However, when it comes to var the usual conclusion is to just stop using it. I’m not here to debunk that or suggest a new way of doing things. But the interesting part is not whether it is abandoned or not, but […]