My JavaScript code looks like this:
confirm("You are selecting to start an Associate who is Pending Red (P RD) status. Is this your intent?")
I am encountering a strange issue where I get an alert with special characters, even though my code does not contain any special characters. The special character only appears when I run the code.
I'm unsure what the problem might be...