UtilitiesFunction: confirm()On this pageFunction: confirm() confirm(msg): Promise<boolean> Asks the user for confirmation. Parameters msg string The message which will be printed as the question. Defaults to "Confirm". Returns Promise<boolean>