I need a function:
function isSame(a, b){ }
In which, if a and b are the same, it returns true. , I tried return a === b, b
return a === b
the best way to do that is to use a JSON serializer. serialize both to string and compare the string.