artificial emotion (A.E.)

  function assessSentiment () { var emotion = document.getElementById(“face”); if(emotion.checked) { $(“#smile”).addClass(“show”); console.log(“just checking”); } if(emotion.checked != true) { console.log(“nope”); $(“#smile”).removeClass(“show”); } }   git status git add . git commit –am”who gives a” git remote add origin https://github.com/imee12/poemAE/blob/master/index.js git push -u origin master   https://github.com/imee12/poemAE/blob/master/index.js