// Fundamentals; What is the difference between "let" and "var"? Published: Dec 09, 2022 2 min read The main difference between using var and let is the scope and whether or not the variable is hoisted.