Skip to content

Instantly share code, notes, and snippets.

View Jaz0King's full-sized avatar

Jaziel Ramírez Jaz0King

  • México
View GitHub Profile
@Jaz0King
Jaz0King / 0.md
Created June 14, 2022 07:26 — forked from max-mapper/0.md
JS hoisting by example

JavaScript function hoisting by example

Below are many examples of function hoisting behavior in JavaScript. Ones marked as works successfuly print 'hi!' without errors.

To play around with these examples (recommended) clone them with git and execute them with e.g. node a.js

Notes on hoisting

(I may be using incorrect terms below, please forgive me)