79275075

Date: 2024-12-12 12:23:42
Score: 1
Natty:
Report link
const formData = reactive({foo: 'bar'});

function reset() {
  for (const key in formData) {
    delete formData[key];
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alper Aydingül