I have made a small (test) script that parses a JSON file (I use https://jsonplaceholder.typicode.com in the example below) and makes table rows out of the resulting object.
I am trying to append these rows to a table.
See the jsFiddle HERE.
I get an Unexpected identifier
error that I find inexplicable. What am I doing wrong?
UPDATE: See my updated fiddle HERE. Thanks to all that helped.