AEAbhijeet Ekadinabhijeetekad.hashnode.dev·Jan 11, 2022 · 2 min read'use strict' in javascriptuse strict is a special feature that javascript provides us to write code in the script file. This helps us to write code more efficiently and smartly. All we need to do is just write use strict at the beginning of script.js file and that's it. We ar...00
AEAbhijeet Ekadinabhijeetekad.hashnode.dev·Jan 9, 2022 · 2 min readCan we use a transpiler instead of a compiler?Why do we need a compiler? In computer programming, we give the computer or to machine certain tasks which we don't want to do again and again and which will reduce our effort in day to day life. But how do we give the computer that task or order? We...01N
AEAbhijeet Ekadinabhijeetekad.hashnode.dev·Jan 2, 2022 · 4 min read2021 wrap upFor the past few days I have been reading many 2021 wraps on my feed so that made me think as to what did I do last year and to be honest, I don't remember doing anything special or any specific achievement. so I forced myself to write this blog beca...00
AEAbhijeet Ekadinabhijeetekad.hashnode.dev·Aug 25, 2021 · 4 min readMaking MCQ quiz in javascriptHey there, Javascript developers 👩💻 In this article, we are going to see how to make a simple quiz (MCQ) in javascript !! Problem Statement Prepare a Quiz and enable the user to play the quiz and calculate scores based on the answers chosen by th...00
AEAbhijeet Ekadinabhijeetekad.hashnode.dev·Jul 15, 2021 · 4 min readEmoji translator using react jsWhy code sandbox to develop this app. This is beginner friendly web application to make so code sandbox solves the problem of creating environment which is required for react framework. We can call code sandbox; vscode on the cloud. code sandbox i...00