{"ScriptPreparationCode":"let n = 50.124;","TestCases":[{"Name":"Exponentiation","Code":"let y = n ** 7;","IsDeferred":false},{"Name":"Math.pow","Code":"let x = Math.pow(n, 7);","IsDeferred":false}]}