JavaScript: var, let and const
If you are a JavaScript programmer, you may have seen the usage of different types of keywords like let, var and const all over your code. Do you know the difference between them and which one to pick? If you are confused about the differences between let, var and const keywords in JavaScript, this post […]
Tags: const, javascript, let, var