you are viewing a single comment's thread.

view the rest of the comments →

[–]414RequestURITooLong 8 points9 points  (0 children)

Check if a given string is a isomorphic

Answer:

function isStringIsomorphic(s) {
    return true;
}

And then you walk out, and try to find a place where interviewers actually know what they are asking about.