Althought I pushed a parameter to getElementById I wonder from where is this ‘is null’ error coming from?
TypeError: document.getElementById(...) is null
[Break On This Error]
document.getElementById(elmId).innerHTML = value;
Line 75
In addition to this i wonder why title and time did not show unless I click one of these playlist pictures?
All these results in
null:You need to do a null check in updateHTML like this: