V School | Better Humans, Better Outcomes
  • Home
  • Career
Sign in Subscribe
Sam Brieden

Sam Brieden

Hoisting With Functions

Hoisting With Functions

What is hoisting? Hoisting is a general way of describing how JavaScript is read. Certain syntax of functions will, in a sense, cause the declared functions to be hoisted to the beginning of the code. Before diving deeper into how hoisting works and what it means for us, let's take
Jan 26, 2018 2 min read
Functions
JavaScript

Functions

What is a function? “A function is a JavaScript procedure—a set of statements that performs a task or calculates a value.” - MDN Web Docs Analogy Think about some appliances in your kitchen: a dishwasher, refrigerator, toaster, oven, etc. Each of these appliances do a very specific thing – dishwashers
May 18, 2015 4 min read
Page 1 of 1
V School | Better Humans, Better Outcomes © 2025
Powered by Ghost