Blog
JavaScript Snippet – String.prototype.before()
WARNING: Extending native prototypes is frowned upon by many JS engineers but can be helpful as long as the extensions are properly documented in the codebase. SCRIPTER’S DISCRETION IS ADVISED. 😆 Even though its NOT encouraged to extend native prototypes, at times you may find that doing so is pretty Read more…