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
I have a little coding experience- enough to know that this is wry and clever and funny. I think you could do more in this same vein someday. Thanks for sharing.