Definition: The Reset object is used with form processing in Javascript to reset the form back to its original values. This is not a reserved word so you can declare your own variable or function called reset but if you do then you will not be able to reset forms. This will probably not be an issue as it is no longer expected that an option will be provided for resetting forms.
Examples:
myform.reset;
