Resolved! ServiceNow ITSM
Hello Team, I am writing below program in Background script to count of Vowels in Given string , I am not able to run this program. not getting any count . Please help me to correct this var str='servicenow fundamentals' var vowels = "aeiouAEIOU";...