(In reply to Pachi from comment #10) > I tried to create the Mock we talked about, I created a new array with 3x the log but apparently the linter is saying there is a syntax error, I have spent a good part of the weekend trying to figure it out, but nothings seems wrong. I am attaching a screenshot. I would appreciate any pointers about how to go from here. Thank you! I realize you've been assigned to another bug, but to answer your question - the answer is in the linter comments. `Parsed` is undefined means you are using it as a variable and the value is undefined. Did you intend `parsed` to be a variable or a string?
Bug 1113264 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Pachi from comment #10) > I tried to create the Mock we talked about, I created a new array with 3x the log but apparently the linter is saying there is a syntax error, I have spent a good part of the weekend trying to figure it out, but nothings seems wrong. I am attaching a screenshot. I would appreciate any pointers about how to go from here. Thank you! I realize you've been assigned to another bug, but to answer your question - the answer is in the linter comments. `Parsed is undefined` means you are using it as a variable and the value is undefined. Did you intend `parsed` to be a variable or a string?