JavaScript Utility Library

Debounce Function

Debounced output: -

The input value will update 500ms after you stop typing.

Deep Clone

Original:


            

Cloned:


            

Promise Chain


          

Event Emitter


          

Throttle Function

Scroll in this area to test throttling

Scroll events: 0

Throttled events: 0

Curry Function


          

Array Methods


          

Local Storage Manager