null vs. undefined

null = explicitly assigned value of nothing

undefined = implicit value of nothing (default value in JS for a value that’s yet to have been defined)