An introduction to Deno, the new JavaScript runtime environment — Deno is a secure JavaScript runtime environment which was built to resolve some pitfalls in Node.js which were not addressed during its development. Even though Deno is not ready for deploying applications in production yet, it has the potential to replace Node.js in the future, so let’s dive in! This…