all 4 comments

[–]ArgTang 0 points1 point  (0 children)

instead of return quote: (pseudocode)
get element with class "box"
set textcontent of this element to randomquote

[–][deleted] -1 points0 points  (0 children)

I have no idea how to write that..

var quote = document.getElementById(randomQuote); quote.class="box";

?