Access it using document
, not documet
(note the n
before the t
), in this line:
var input = documet.createElement("input");
// Add n here ----^
1
solved Uncaught ReferenceError: documet is not defined
Access it using document
, not documet
(note the n
before the t
), in this line:
var input = documet.createElement("input");
// Add n here ----^
1
solved Uncaught ReferenceError: documet is not defined