Introducing JavaScript ES6 Proxies
One of the new features introduced in the ES6 standard is the Proxy object. The Proxy object is used to define custom behavior for… (more…)
Read more »Every JavaScript application uses functions. In this blog post we’ll go over the basics of functions and arrow functions, providing default parameters to functions, passing named parameters to functions, and using the rest parameters in functions… Read more