How to get printed below characters as it is using JavaScript?


ʻsales person of the yearʼ
Microsoft's
»

ʻ
ʼ
'
x



"
Φ
-
ö
£



-
"
″'
µ',
°',
θ',
θ',
















Submitted by: Muhammad
Solution Is:
<script>
ducument.write(encodeURI(►));
OR
ducument.write(encodeURIComponent(►));
</script>
Submitted by: Muhammad

Read Online JavaScript Job Interview Questions And Answers