Skip to content

Instantly share code, notes, and snippets.

@vinicius73
vinicius73 / var-let-const.md
Last active September 30, 2019 13:52
var, let e const no JavaScript

var, let e const

Em JavaScript há uma comportamento chamado hoisting. O uso de var trazia algumas pegadinhas, como por exemplo, declarar a mesma variavel 2x usando var

var abc = 25
// ...
// ...
var abc = 99
@sundarj
sundarj / 0 - data.md
Last active December 5, 2019 10:47
data: towards enlightenment

data

towards enlightenment

‘It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories, instead of theories to suit facts.’