{"ScriptPreparationCode":"var timesTwo = function(num) {\r\n return num * 2;\r\n}","TestCases":[{"Name":"without function call","Code":"let a = Math.floor(Math.random() * 100) * 2;","IsDeferred":false},{"Name":"with function call ","Code":"let a = timesTwo(Math.floor(Math.random() * 100));","IsDeferred":false}]}