I get the following error:
Uncaught TypeError: Object
for this line:
else if(file.indexOf(".mp3") == file.length - 4 && return_path === false)
What does it mean? Is this an object? What is a method? And what would be a simple apllied method example? I am really new to javascript, so please try this.
source
share