ServiceNow Interview Question

Find unique characters in the string

Interview Answers

Anonymous

Jul 25, 2020

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

3

Anonymous

Jul 25, 2020

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

Anonymous

Feb 6, 2020

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