We're a place where coders share, stay up-to-date and grow their careers.
Closures. How they work and how to get away with never defining a single class.
Throwing functions around like variables because that's all they are.
Typescript. It exists and it can make the Dev experience so much less frustrating.
What happens to variable scope with var as opposed to const and let.
var
const
let
TypeScript is worth to mention! And var vs const and let. True! Thanks! :)
Closures. How they work and how to get away with never defining a single class.
Throwing functions around like variables because that's all they are.
Typescript. It exists and it can make the Dev experience so much less frustrating.
What happens to variable scope with
var
as opposed toconst
andlet
.TypeScript is worth to mention! And
var
vsconst
andlet
. True! Thanks! :)