{"ScriptPreparationCode":null,"TestCases":[{"Name":"String.prototype.slice","Code":"const minutes = 1;\r\nconst seconds = 2;\r\nvar other = \u0060${\u00600${minutes}\u0060.slice(-2)}:${\u00600${seconds}\u0060.slice(-2)}\u0060","IsDeferred":false},{"Name":"String.prototype.concat","Code":"const minutes = 1;\r\nconst seconds = 2;\r\nvar other =\r\n \u0060${String(seconds).length === 1\r\n ? \u00600${seconds}\u0060\r\n : seconds}:${String(minutes).length === 1\r\n ? \u00600${minutes}\u0060\r\n : minutes}\u0060;","IsDeferred":false}]}