Data Types in JavaScript
August 22, 2021Data types describe the characteristics of data stored in a variable. Data types can be divided into two: 1). Primitive Data type 2). Non-primitive Data types
Read moreData types describe the characteristics of data stored in a variable. Data types can be divided into two: 1). Primitive Data type 2). Non-primitive Data types
Read moreIn this blog, we will build a Food Fact CLI Quiz App in JavaScript. We will use repl.it to write a program. We will use two npm modules 1). readlineSync -It will have a conversation with the user via a console. 2). chalk: It is used for Terminal string styling and adding colors.
Read moreJavaScript is a Synchronous single-threaded language meaning javascript can only execute one command at a time in a specific order. It can only go to the next line of code once the previous line of code is executed. Everything in javascript happens inside an Execution Context. ...
Read moreAre you worried about your upcoming exams? Or are you Confused about the Online Exam Pattern? Don’t worry!! Last Moment Tuition is here to solve all your doubts and help you with exam preparation.
Read moreDuring schools and high schooling times, we used to keep separate notebooks for each subject and make notes during lectures,revise them and if required regularly update and maintain them...
Read more