Category: JavaScript

Security concerns in JavaScript - Clue Mediator

Security concerns in JavaScript

JavaScript is a widely used programming language, but with its widespread use come security concerns. The following are some of the security issues to be aware of when working with...

JavaScript Best Practices - Clue Mediator

JavaScript Best Practices

In this short article, we will show you the six points for best practices in JavaScript. JavaScript Best Practices Avoid global variables Triple equal Modularize Declare Objects w/ const Optimize...