{"ScriptPreparationCode":"const scrollTop = 100;\r\nconst scrollHeight = 100;\r\nconst clientHeight = 400;","TestCases":[{"Name":"throttle","Code":"const fn = () =\u003E (scrollTop / (scrollHeight - clientHeight)) * 100;\r\nlet result = _.throttle(fn, 10);","IsDeferred":true},{"Name":"math","Code":"const fn = () =\u003E (scrollTop / (scrollHeight - clientHeight)) * 100;\r\nlet result = fn();","IsDeferred":true}]}