UtilitiesFunction: prompt()On this pageFunction: prompt() prompt(msg, def?): Promise<string> Prompt the user for input. Parameters msg string Message to ask the user. def? string Default value in case nothing was entered. Returns Promise<string>