Resources cannot be downloaded

Hi again,
I’m putting my hands up here and telling you I’m really not confident with the code elements and js.

  1. I think I have done this, but I could be completely wrong.
    The join command in python is
    # Store each response in list allResponses.append(correct)

and in JS
allResponses.prototype.append = [].push;

Am I missing something there? Based on the crib sheet I have also added a code_JS file on the first routine with

thisExp=psychoJS.experiment;
win=psychoJS.window;
event=psychoJS.eventManager;
Array.prototype.append = [].push;
  1. Is fixed
  2. So if I understand correctly, I do not need to do this? I’ve not specified an output for html now based on this understanding.
  3. I’ve changed that, thanks

It is still not finding the .wav stimuli.
Experiment URL
Git Repo

I know I am a pain in the rear end, but I have reached my own limits with this one.

EDIT : done this and it works in Safari now (well begins to run at least and says all resources downloaded Wav file issue in safari but still nada in chrome/Firefox