Hemil PatelES2022 features with simple examplesIn this article, we will examine the new features of JavaScript released in the ES2022 version. My approach would always be to give the…Feb 23, 2022Feb 23, 2022
Hemil PatelTop JavaScript Tricks and TipsIn this article, we are going to look at some helpful JavaScript tricks.Jul 29, 2021Jul 29, 2021
Hemil PatelMagic of Tagged Templates Literals in JavaScript?Once in a while you come across a JavaScript syntax that looks strange in nature. However, that’s not quite true, let’s phrase it…Mar 16, 2021Mar 16, 2021
Hemil PatelTop Web Application project IdeasLearning web/mobile development from scratch is very important. Getting your basics right about any kind of development is like putting…Jan 5, 2021Jan 5, 2021
Hemil PatelWhat are your programming weaknesses?It's human nature to focus on strength first. As a programmer, it’s natural to consider the programming strength when it comes to…Nov 23, 2020Nov 23, 2020
Hemil PatelStrings in JavaScriptStrings are primitive data type. Primitive doesn’t mean old, it just means they are as simple as old.Sep 13, 2020Sep 13, 2020
Hemil Patellet vs const in JavaScriptThere are three different ways to declare a variable in JavaScript: var, let, and const keywords. In ES5 and earlier versions, there was…Sep 13, 2020Sep 13, 2020
Hemil PatelDeclaring variables in JavaScriptDefining variables in JavaScript is pretty simple. Let’s say you want to create your pet’s name as a variable.May 6, 2019May 6, 2019
Hemil PatelAn Interview Question: How many ways can you reverse a string in JavaScript?Reversing a string in any programming language is a very common interview question. There are multiple solutions to this problem. In my…Aug 2, 20183Aug 2, 20183