Javascript prepending

Hello. I seem to have some trouble prepending some html code. I have enabled JQuery and Bootstrap. Here’s a link to the full code:https://codepen.io/ZCash47/pen/EXombg?editors=1010
This is the section that appears to be broke
Html:
<div id="followerInfo"> </div>
Javascript:
$("#followerInfo").prepend("<div class='row'>"+"<div class='col-md-4'>"+"<img src='"+logo+"'>"+"</div>"+"<div class='col-md-4'>"+name+"</div>"+"<div class='col-md-4'>"+status+"</div></div>");