Vidyalelo
JavaScript · Q59

Parsing, Benchmarking And Logging

Programming · JavaScript · question 59

Q59

Which method is called right before a field is saved?

A.
onBeforeSave()
Answer
B.
BeforeSave()
C.
SaveBefore()
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The method onBeforeSave() is called right before a field is saved.