I'm all mixed up! :-( :'( HELP PLEASE!

public/pages/i93j3.js: Unexpected token, expected ; (38:8)
  36 | 		.find() // Run the query
  37 | 		.then(res => {
> 38 | 			 Set the table data to be the results of the query
     | 			     ^
  39 | 			$w('#table1').rows = res.items;
  40 | }
  41 | }

It looks like you tried to write a comment here but forgot the // that goes before it. That will fix one problem of yours, at any rate. You might also want to check to make sure that the Inventaire collection has the correct permissions set. That’s what this error seems to be pointing out:

 Failed to load initial data Error: The current user does not have permissions to read on the Inventaire collection.