Nothing here yet.
Nothing here yet.
No blogs yet.
In programming languages such as JavaScript or Python, if you declare a variable in a block scope (if statement, for statement, ...) the variable is hoisted to the outer function scope. E.g. JavaScript - var for(var i = 0; i < 10; i++) { console....
I am a big fan of Sublime Text. In fact, I started using it a couple of years ago because it had a code minimap. One of my favourite features is the ability to scroll through your file by using the minimap. It also gives a great overview of the str...