Click here to Skip to main content
15,890,336 members
Articles / Programming Languages / Javascript

Lazy Binding for Logging in JavaScript

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
29 Jan 2015CPOL 10.6K   5  
How to wrap costly functions to execute them only when needed, especially for debugging purposes

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions