{"ScriptPreparationCode":"var testString = \u0027We demystify ${variable1} porn and ${variable2} alternative sexuality ${variable3} authentic kinky porn and bondage videos. Experience the other side of porn with Kink.\u0027\r\n\r\nvar params = { variable1: \u0027value1\u0027, variable2: \u0027value2\u0027, variable3: \u0027value3\u0027 };","TestCases":[{"Name":"Lodash template","Code":"_.template(testString)(params);","IsDeferred":false},{"Name":"JS Replace","Code":"let replaced = testString;\r\nObject.keys(params).forEach(key =\u003E {\r\n\treplaced = replaced.replaceAll(\u0060\\$\\{${key}\\}\u0060, params[key]);\r\n});","IsDeferred":false}]}