Description of the problem: not converting code into js
Hello All,
I am designing an experiment which need to add element in array for that
I am using .append function.
based on suggestion from forum i change in to .push in my psychopy code component, and it converted it into .append and showing error it " stimXO1.append is not a function" …
based on new suggestion form
it is saying use .append and it will change into .push but this is also not working.
Do i have to change code in repositery or in psychopy code component or do i have to do some setting change in psychopy to run this error free.