Project 3:ADD

j('.currency-name-container').append(' HODL');
j('a:contains("Market")').prepend('Crashing ');

j('h2').prepend('As you should already know ');

j('a').prepend('Literally, ');
j('h2').append(' literally');
j('h3').append(' literally');

Comments are closed.