Complete these boxes for a silly madlibs story!

Pusheen ad

ADDENDUM

I began this assigment by setting up my express server, which wasn't too much of an issue. Then I threw together a simple form which let the user input three variables. I hooked this up to my javascript server which simply repeated back what the user input. This was the most difficult part because I wasn't doing the post correctly. I had also forgotten to name my items, meaning that nothing was getting passed to the query dictionary in my post request. However, once I figured this out, it was simply a matter of picking out the correct variables and concatinating a string for my javascript to spit back out at the user.