{"ScriptPreparationCode":"var formatter = new Intl.NumberFormat({\r\n style: \u0027currency\u0027,\r\n currency: \u0027GBP\u0027\r\n})\r\n","TestCases":[{"Name":"Instatiate","Code":"new Intl.NumberFormat({ style: \u0027currency\u0027, currency: \u0027GBP\u0027 }).format(1000)","IsDeferred":false},{"Name":"formatter","Code":"formatter.format(1000)","IsDeferred":false}]}