6 followers
I am a software developer. I love to learn new things and I share my experience with the world.
Subscribe to my newsletter and never miss my upcoming articles
Every programming language has a set of data types that they support. JavaScript also has datatypes that I explained in this article. The most used data types are Numbers and Strings/text. I already covered Numbers in detail in the previous article...
To represent numeric value in javascript we need to use numbers. As I mentioned in my previous article(Types Values and variables in Javascript) we need to use specific data types to store specific values. In our case, if we want to store some numeri...
In this article, we will take an overview of types, values, and variables in JavaScript. A compuer program can simply be explained as a piece of code that manipulates something. So what is something? Letβs ask the computer to perform some task, Hey, ...
Did you know the simple statement of JavaScript needs a lot of work done behind the seen to get it executed? Hmmβ¦ So the browser doesnβt understand javascript directly. Then how are we going to ask the browser to do something? Letβs start with what ...
JavaScript is a scripting or programming language that allows you to implement complex features on web pages. What does the above statement exactly mean? JavaScript provides us a way to make webpages interactive. Whatever action we perform on the web...
We are living in a world where everything is automated, so why publish Chrome extension manually?π€ Letβs automate our process of publishing the chrome extension that we set up in the previous article . This article is going to be long but in the en...