MKMalay Khakharinmalay.hashnode.dev·Aug 29, 2021 · 3 min readGetting started with JavaScript: Building a CLI quiz appIn this article we learn how to build a CLI quiz app using JavaScript. We will be using repl.it (yes, its free) to write the code. What is CLI? Command Line Interface(CLI) allows you to interact with a program via command line. Example: Github, Shell...00
MKMalay Khakharinmalay.hashnode.dev·Aug 29, 2021 · 2 min readObjects in JavaScriptJavaScript consists of various Data Types like String, Number, Boolean, Objects etc. This article will talk about Objects in JavaScript. What is an Object? Object in JavaScript is a non-primitive Data Type which can store multiple collections of data...00