what to use instead of error.stack code example
Example: javascript throw new error
throw new Error("Error message here"); // Uncaught Error: Error message here
throw new Error("Error message here"); // Uncaught Error: Error message here