javascript function to check if a mysql table exists and return an integer
I have a javascript function which is intended to output a 0 if a mysql table doesn't exist and a 1 if it does. But I have not been able to understand why it does not function as intended. function…