I have this function:
const checking = (event) => {
event.preventDefault();
//rest of function
}
how would I add JSDoc commenting for this function? I know you're typically supposed to declare the type like string or num, but I am not sure for event