{"ScriptPreparationCode":null,"TestCases":[{"Name":"Comparison Check - number","Code":"const a = 37;\r\nconst b = 38;\r\nconst c = 39;\r\nconst d = 40;\r\n\r\nconst resultA = (a === a);\r\nconst resultB = (a === b);\r\nconst resultC = (a === c);\r\nconst resultD = (a === d);\r\nconst resultE = (b === b);\r\nconst resultF = (b === c);\r\nconst resultG = (b === d);\r\nconst resultH = (c === c);\r\nconst resultI = (c === d);\r\nconst resultJ = (d === d);","IsDeferred":false},{"Name":"Comparison Check - string","Code":"const a = \u0022ArrowLeft\u0022;\r\nconst b = \u0022ArrowUp\u0022;\r\nconst c = \u0022ArrowRight\u0022;\r\nconst d = \u0022ArrowDown\u0022;\r\n\r\nconst resultA = (a === a);\r\nconst resultB = (a === b);\r\nconst resultC = (a === c);\r\nconst resultD = (a === d);\r\nconst resultE = (b === b);\r\nconst resultF = (b === c);\r\nconst resultG = (b === d);\r\nconst resultH = (c === c);\r\nconst resultI = (c === d);\r\nconst resultJ = (d === d);","IsDeferred":false}]}