why do we use var in javascript code example Example: variables in js var Hello = "World"; let bool = false; const int = 8788;