Trouble finding and display objects already saved in backendless.

When I use:
var firstContact = Backendless.Persistence.of( Contact ).findFirst();
document.write(firstContact).innerHTML;
It pulls up: [object Object]Why isn’t it printing out the first contact I have which is a series of numbers across 4 columns?And what is the code to make it print what’s in the table?

It is printing exactly what the “toString()” method in your (Contact) class returns.

As for this question:

And what is the code to make it print what's in the table?

This question is outside of what our support covers (it is a general questions from the JS programming domain). Consider posting it to Stackoverflow.com or any other JS resource.