I don’t know how I will get my tweet-quote button to work, this is all I have of it so far
Javascript:
function tweet(message) { window.open('https://twitter.com/intent/tweet?hashtags= freecodecamp&text=' + encodeURIComponent(message)); }
HTML:
`div id=“buttonContainer”>
New Quote
Here is the link to my CodePen: https://codepen.io/ArchivalBoat50/pen/pPYVwz