hey, Here is a real example of what I tried to implement, excuse any JS errors - is there anything glaringly wrong? Are we missing the return cashorbaltitle(); at the end? function cashorbaltitle() {
var transc = document.querySelector('#tcontainer');
var baltitleElement = document.querySelec...