Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
The function declaration on line 143 lacks parentheses, that's all syntax-wise. You might want to make sure that the window has finished loading before retrieving values from the document, otherwise you might end up with variables containing 'null' instead of a value, e.g. 'xxx' on line 2. That also goes for calls to functions which depend on document values.
3rd Jan 2020, 4:32 PM
Shadow
Shadow - avatar