A creative way to have required arguments in JavaScript
Have you ever received an error because you forgot to pass an argument to the function? This is a common situation.
Unfortunately, JavaScript does not require passing parameters that have been declared in the function, and this results in a possible ...
blog.gabrielrufino.com3 min read