[Solved] Uncaught ReferenceError: documet is not defined

[ad_1]

Access it using document, not documet (note the n before the t), in this line:

var input = documet.createElement("input");
// Add n here ----^

1

[ad_2]

solved Uncaught ReferenceError: documet is not defined