Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Last active June 23, 2021 02:01
Embed
What would you like to do?
const employee = new Parse.Object('Employee');
employee
.save({
username: employeeName,
email: employeeEmail,
password: employeePassword,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment