Can I replace this
model.updateRow(row, {UpVotes: row.UpVotes + 1});
with this
row.UpVotes++
??
Does that accomplish the same thing?
Can I replace this
model.updateRow(row, {UpVotes: row.UpVotes + 1});
with this
row.UpVotes++
??
Does that accomplish the same thing?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.