artificial emotion (A.E.)

Screen Shot 2016-08-13 at 1.24.36 PM Screen Shot 2016-08-13 at 1.24.03 PM

 

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

One thought on “artificial emotion (A.E.)

Leave a Reply

Your email address will not be published. Required fields are marked *