ServiceNow interview question

Find unique characters in the string

Interview Answers

Anonymous

25 July 2020

Object.prototype.unique = function () { let input = this, unique = []; for (let i=0; i

3

Anonymous

25 July 2020

Object.prototype.unique = function () { let input = this, unique = []; for (let i=0; i

Anonymous

6 Feb 2020

Hey! can you tell me more about the Zoom interview? I have one coming up next week.