Building a CLI application from scratch in JavaScript
In this tutorial, we are going to be building a CLI application from scratch in JavaScript. To follow in this tutorial, you need to have node.js installed on your machine since the JavaScript code we will be writing will not be executed on the browser. You will also need some basic knowledge of Javascript to […]