4 It’s Transparent

All the detail’s code is transparent.

It means it include all your real code into its lambda body, though, any detail container’s return value is the real code’s return value.

you put your code into the detail’s body anywhere, it doesn’s affect the function’s running results.

you put the detail’s output on, it’ll slow down the running process, but the result is the same as you put the detail output off.

 
var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?f1ba5b4a33d29d84db69f029b9ace483"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();