ridwanlahi.hashnode.devDifferences Between VAR, CONST, LET In JavascriptVar, const, & let are keywords used to declare variables in javascript, variables are a fundamental concept in the programming language, variables are what programmers use to name a value so as to reuse, update and simply keep track of the value. the...Apr 10, 2022·6 min read
ridwanlahi.hashnode.devReview Of The First Tech Book I Read (better dev 2021)Hi people As a developer, be it a beginner or an experienced developer, reading books or articles, especially tech-related ones is necessary for growth. I read this book (better dev 2021) and it has been a very good one because it is worth every ...Feb 28, 2022·8 min read
ridwanlahi.hashnode.devRequire as a validator in HTML input fieldThe HTML required attribute is a boolean attribute, it is a validator control that enables you to mandate a user to enter a value into an input control, this validator is used to make an input control required just as the name implies "REQUIRE". It ...Jan 27, 2022·1 min read
ridwanlahi.hashnode.devMy Journey Into Techwhat inspired me into tech I got to know about coding first from some series of foreign movies and it seemed fun watching it but it wasn't much of an interest for me to think of trying it out until my big brother Fawas Kareem began to learn it. At fi...Jan 15, 2022·2 min read