In JS `typeof undefined` is `"undefined"`, but in Lua it is `"nil"`. It also probably should be extracted to a helper.
In JS
typeof undefinedis"undefined", but in Lua it is"nil". It also probably should be extracted to a helper.