Introducing Parse Creating your first object

Im confused on how to do the first part of the project. I type in “var Post = Parse.Object.extend(“Post”);” and "var myPost = new Post();"and i get this error “Oops, try again. Please follow the instructions on the Full Preview page to test your code.” Not sure what this means. Any help would be appreciated.

1 Like

Parse has rolled up their operations so this API is not longer viable. Best set it aside and find one that is more viable, such as Firebase (which will also have changed since Google acquired it a couple years ago).

1 Like