Trying to print numbers in Jquery but rather than integers, I recieve [Object object]
I am attempting to create a Calender using Jquery. But I don't understand how to have my object print the value it contains. I tried JSON.toString() on my table data but it did not correct my issue. Maybe I am…