{"ScriptPreparationCode":"var str1 =\u0022awesome\u0022;\r\nvar str2 = \u0022no\u0022;","TestCases":[{"Name":"underscore","Code":"underscore.isEqual(str1, str2);","IsDeferred":false},{"Name":"lodash","Code":"lodash.isEqual(str1, str2);","IsDeferred":false},{"Name":"eq","Code":"function getType(obj) {\r\n return Object.prototype.toString.call(obj).slice(8, -1).toLowerCase();\r\n}\r\n\r\nif ([\u0022object\u0022, \u0022array\u0022].includes(getType(str1))) {\r\n \r\n}\r\nelse {\r\n str1 === str2\r\n}","IsDeferred":false}]}